Home
last modified time | relevance | path

Searched refs:mLastIoBeginNs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.cpp1118 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()
1121 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()
4532 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
4765 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in collectTimestamps_l()
4766 ? systemTime() : (int64_t)mLastIoBeginNs; in collectTimestamps_l()
8817 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
DThreads.h749 std::atomic<int64_t> mLastIoBeginNs = -1; // set in threadLoop, read by dump() variable