Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp857 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()
860 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()
3433 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in threadLoop()
3434 ? systemTime() : mLastIoBeginNs; in threadLoop()
3768 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
7357 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
DThreads.h550 int64_t mLastIoBeginNs = -1; variable