Searched defs:throttleMs (Results 1 - 1 of 1) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp3306 const int32_t throttleMs = mHalfBufferMs - deltaMs; local
3307 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) {
3308 usleep(throttleMs * 1000);
3313 this, ret, deltaMs, throttleMs);
3314 mThreadThrottleTimeMs += throttleMs;
3317 lastWriteFinished += throttleMs * 1000000;

Completed in 208 milliseconds