Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp1611 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); in write() local
1617 while (waitTimeLeftMs) { in write()
1632 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); in write()
1641 if (waitTimeLeftMs >= waitTimeMs) { in write()
1642 waitTimeLeftMs -= waitTimeMs; in write()
1644 waitTimeLeftMs = 0; in write()