Searched refs:throttleMs (Results 1 – 1 of 1) sorted by relevance
3182 const int32_t throttleMs = mHalfBufferMs - deltaMs; in threadLoop() local3183 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()