Searched refs:activeSleepTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1153 virtual uint32_t activeSleepTimeUs() const; // mixer state MIXER_TRACKS_ENABLED
1202 // cached copies of activeSleepTimeUs() and idleSleepTimeUs() made by cacheParameters_l()
1319 virtual uint32_t activeSleepTimeUs() const;
1351 virtual uint32_t activeSleepTimeUs() const;
H A DAudioFlinger.cpp2209 uint32_t AudioFlinger::PlaybackThread::activeSleepTimeUs() const function in class:android::AudioFlinger::PlaybackThread
2882 // starving the audio HAL. As activeSleepTimeUs() is larger than a buffer
3394 - activeSleepTime from activeSleepTimeUs()
3413 activeSleepTime = activeSleepTimeUs();
3939 uint32_t AudioFlinger::DirectOutputThread::activeSleepTimeUs() const function in class:android::AudioFlinger::DirectOutputThread
3943 time = PlaybackThread::activeSleepTimeUs();
4124 uint32_t AudioFlinger::DuplicatingThread::activeSleepTimeUs() const function in class:android::AudioFlinger::DuplicatingThread
4131 // updateWaitTime_l() sets mWaitTimeMs, which affects activeSleepTimeUs(), so call it first

Completed in 84 milliseconds