Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp2283 uint32_t waitTimeLeftMs = mSourceThread->waitTimeMs(); in write() local
2284 while (waitTimeLeftMs) { in write()
2299 status_t status = obtainBuffer(&mOutBuffer, waitTimeLeftMs); in write()
2307 if (waitTimeLeftMs >= waitTimeMs) { in write()
2308 waitTimeLeftMs -= waitTimeMs; in write()
2310 waitTimeLeftMs = 0; in write()