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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp5551 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); local
5574 while (waitTimeLeftMs) {
5589 if (obtainBuffer(&mOutBuffer, waitTimeLeftMs) == (status_t)NO_MORE_BUFFERS) {
5595 if (waitTimeLeftMs >= waitTimeMs) {
5596 waitTimeLeftMs -= waitTimeMs;
5598 waitTimeLeftMs = 0;

Completed in 21 milliseconds