Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3509 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs; in threadLoop() local
3510 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()
3511 usleep(throttleMs * 1000); in threadLoop()
3516 this, ret, deltaMs, throttleMs); in threadLoop()
3517 mThreadThrottleTimeMs += throttleMs; in threadLoop()
3520 lastWriteFinished += throttleMs * 1000000; in threadLoop()