Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3783 int64_t writePeriodNs = -1; in threadLoop() local
3797 writePeriodNs = lastIoEndNs - mLastIoEndNs; in threadLoop()
3806 {frames, writePeriodNs}, in threadLoop()
3843 && writePeriodNs > 0) { // we have write period info in threadLoop()
3864 const int32_t deltaMs = writePeriodNs / NANOS_PER_MILLISECOND; in threadLoop()