Searched refs:mStatStartTime (Results 1 – 2 of 2) sorted by relevance
102 if (mStatStartTime > other.mStatStartTime || mStatStartTime == 0) { in mergeWith()103 mStatStartTime = other.mStatStartTime; in mergeWith()113 dprintf(fd, "\nStats since: %" PRIu64 "ns", mStatStartTime); in dump()169 mStatStartTime = systemTime(SYSTEM_TIME_MONOTONIC); in reset()
70 nsecs_t statsStartTime() const { return mStatStartTime; } in statsStartTime()111 nsecs_t mStatStartTime; variable125 nsecs_t& editStatStartTime() { return mStatStartTime; } in editStatStartTime()