Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4471 int64_t writePeriodNs = -1; in threadLoop() local
4485 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
4494 {frames, writePeriodNs}, in threadLoop()
4544 && writePeriodNs > 0) { // we have write period info in threadLoop()
4565 const int32_t deltaMs = writePeriodNs / NANOS_PER_MILLISECOND; in threadLoop()