Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1196 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); in write() local
1202 while (waitTimeLeftMs) { in write()
1217 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); in write()
1225 if (waitTimeLeftMs >= waitTimeMs) { in write()
1226 waitTimeLeftMs -= waitTimeMs; in write()
1228 waitTimeLeftMs = 0; in write()