Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4476 const int64_t lastIoEndNs = systemTime(); in threadLoop() local
4485 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
4517 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()
4521 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()
4527 lastWarning = lastIoEndNs; in threadLoop()
4533 mLastIoEndNs = lastIoEndNs; in threadLoop()
8591 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local
8597 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
8805 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
8818 mLastIoEndNs = lastIoEndNs; in threadLoop()