Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3788 const int64_t lastIoEndNs = systemTime(); in threadLoop() local
3797 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
3817 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()
3820 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()
3826 lastWarning = lastIoEndNs; in threadLoop()
3832 mLastIoEndNs = lastIoEndNs; in threadLoop()
7172 const int64_t lastIoEndNs = systemTime(); // end IO timing in threadLoop() local
7177 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
7396 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
7409 mLastIoEndNs = lastIoEndNs; in threadLoop()