Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:throttleMs

3331                         const int32_t throttleMs = mHalfBufferMs - deltaMs;
3332 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) {
3333 usleep(throttleMs * 1000);
3338 this, ret, deltaMs, throttleMs);
3339 mThreadThrottleTimeMs += throttleMs;
3342 lastWriteFinished += throttleMs * 1000000;