Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2974 const int32_t throttleMs = mHalfBufferMs - deltaMs; in threadLoop() local
2975 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()
2976 usleep(throttleMs * 1000); in threadLoop()
2981 this, ret, deltaMs, throttleMs); in threadLoop()
2982 mThreadThrottleTimeMs += throttleMs; in threadLoop()