Searched refs:mStatStartTime (Results 1 – 2 of 2) sorted by relevance
98 if (mStatStartTime > other.mStatStartTime || mStatStartTime == 0) { in mergeWith()99 mStatStartTime = other.mStatStartTime; in mergeWith()104 dprintf(fd, "\nStats since: %" PRIu64 "ns", mStatStartTime); in dump()146 mStatStartTime = systemTime(CLOCK_MONOTONIC); in reset()
64 nsecs_t statsStartTime() const { return mStatStartTime; } in statsStartTime()94 nsecs_t mStatStartTime; variable105 nsecs_t& editStatStartTime() { return mStatStartTime; } in editStatStartTime()