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

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

Completed in 2253 milliseconds