Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3907 const int64_t lastIoBeginNs = systemTime(); in threadLoop() local
3930 (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()
3938 const int64_t deltaWriteNs = lastIoEndNs - lastIoBeginNs; in threadLoop()
3952 mLastIoBeginNs = lastIoBeginNs; in threadLoop()
7297 const int64_t lastIoBeginNs = systemTime(); // start IO timing in threadLoop() local
7586 const double processMs = (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()
7593 mLastIoBeginNs = lastIoBeginNs; in threadLoop()