Loading services/audioflinger/Threads.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -3152,7 +3152,9 @@ bool AudioFlinger::PlaybackThread::threadLoop() uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs; if (diff > 0) { // notify of throttle end on debug log ALOGD("mixer(%p) throttle end: throttle time(%u)", this, diff); // but prevent spamming for bluetooth ALOGD_IF(!audio_is_a2dp_out_device(outDevice()), "mixer(%p) throttle end: throttle time(%u)", this, diff); mThreadThrottleEndMs = mThreadThrottleTimeMs; } } Loading Loading
services/audioflinger/Threads.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -3152,7 +3152,9 @@ bool AudioFlinger::PlaybackThread::threadLoop() uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs; if (diff > 0) { // notify of throttle end on debug log ALOGD("mixer(%p) throttle end: throttle time(%u)", this, diff); // but prevent spamming for bluetooth ALOGD_IF(!audio_is_a2dp_out_device(outDevice()), "mixer(%p) throttle end: throttle time(%u)", this, diff); mThreadThrottleEndMs = mThreadThrottleTimeMs; } } Loading