Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1706 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); in write() local
1712 while (waitTimeLeftMs) { in write()
1727 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); in write()
1735 if (waitTimeLeftMs >= waitTimeMs) { in write()
1736 waitTimeLeftMs -= waitTimeMs; in write()
1738 waitTimeLeftMs = 0; in write()