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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp3379 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); local
3402 while (waitTimeLeftMs) {
3417 if (obtainBuffer(&mOutBuffer, waitTimeLeftMs) == (status_t)AudioTrack::NO_MORE_BUFFERS) {
3423 if (waitTimeLeftMs >= waitTimeMs) {
3424 waitTimeLeftMs -= waitTimeMs;
3426 waitTimeLeftMs = 0;

Completed in 27 milliseconds