Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3182 const int32_t throttleMs = mHalfBufferMs - deltaMs; in threadLoop() local
3183 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()
3184 usleep(throttleMs * 1000); in threadLoop()
3189 this, ret, deltaMs, throttleMs); in threadLoop()
3190 mThreadThrottleTimeMs += throttleMs; in threadLoop()