Searched refs:mThreadThrottleTimeMs (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DThreads.cpp2422 mThreadThrottleTimeMs = 0;
3310 ALOGV_IF(mThreadThrottleEndMs == mThreadThrottleTimeMs,
3314 mThreadThrottleTimeMs += throttleMs;
3319 uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs;
3325 mThreadThrottleEndMs = mThreadThrottleTimeMs;
4741 dprintf(fd, " Thread throttle time (msecs): %u\n", mThreadThrottleTimeMs);
H A DThreads.h782 uint32_t mThreadThrottleTimeMs; // throttle time for MIXER threads member in class:PlaybackThread

Completed in 92 milliseconds