Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp970 if (mLastIoBeginNs > 0) { // MMAP may not set this in dumpBase_l()
973 (long long) (systemTime() - mLastIoBeginNs) / NANOS_PER_MILLISECOND); in dumpBase_l()
4132 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
4371 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in collectTimestamps_l()
4372 ? systemTime() : mLastIoBeginNs; in collectTimestamps_l()
8044 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
H A DThreads.h687 int64_t mLastIoBeginNs = -1; variable