Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreadMetrics.h107 void logThrottleMs(double throttleMs) const { in logThrottleMs() argument
110 .set(AMEDIAMETRICS_PROP_THROTTLEMS, (double)throttleMs) in logThrottleMs()
DThreads.cpp3987 const int32_t throttleMs = (int32_t)mHalfBufferMs - deltaMs; in threadLoop() local
3988 if ((signed)mHalfBufferMs >= throttleMs && throttleMs > 0) { in threadLoop()
3989 mThreadMetrics.logThrottleMs((double)throttleMs); in threadLoop()
3991 usleep(throttleMs * 1000); in threadLoop()
3996 this, ret, deltaMs, throttleMs); in threadLoop()
3997 mThreadThrottleTimeMs += throttleMs; in threadLoop()