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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp5507 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); local
5530 while (waitTimeLeftMs) {
5545 if (obtainBuffer(&mOutBuffer, waitTimeLeftMs) == (status_t)NO_MORE_BUFFERS) {
5551 if (waitTimeLeftMs >= waitTimeMs) {
5552 waitTimeLeftMs -= waitTimeMs;
5554 waitTimeLeftMs = 0;

Completed in 43 milliseconds