Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3797 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
3809 (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()
3832 mLastIoEndNs = lastIoEndNs; in threadLoop()
3878 mLastIoEndNs = systemTime(); // we fetch the write end time again. in threadLoop()
7396 const int64_t readPeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
7401 const double processMs = (lastIoBeginNs - mLastIoEndNs) * 1e-6; in threadLoop()
7409 mLastIoEndNs = lastIoEndNs; in threadLoop()
DThreads.h583 int64_t mLastIoEndNs = -1; variable