Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1353 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); in write() local
1359 while (waitTimeLeftMs) { in write()
1374 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); in write()
1382 if (waitTimeLeftMs >= waitTimeMs) { in write()
1383 waitTimeLeftMs -= waitTimeMs; in write()
1385 waitTimeLeftMs = 0; in write()