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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1041 virtual uint32_t activeSleepTimeUs() const; // mixer state MIXER_TRACKS_ENABLED
1089 // cached copies of activeSleepTimeUs() and idleSleepTimeUs() made by cacheParameters_l()
1211 virtual uint32_t activeSleepTimeUs() const;
1243 virtual uint32_t activeSleepTimeUs() const;
H A DAudioFlinger.cpp2142 uint32_t AudioFlinger::PlaybackThread::activeSleepTimeUs() const function in class:android::AudioFlinger::PlaybackThread
2841 // starving the audio HAL. As activeSleepTimeUs() is larger than a buffer
3353 - activeSleepTime from activeSleepTimeUs()
3372 activeSleepTime = activeSleepTimeUs();
3897 uint32_t AudioFlinger::DirectOutputThread::activeSleepTimeUs() const function in class:android::AudioFlinger::DirectOutputThread
3901 time = PlaybackThread::activeSleepTimeUs();
4081 uint32_t AudioFlinger::DuplicatingThread::activeSleepTimeUs() const function in class:android::AudioFlinger::DuplicatingThread
4088 // updateWaitTime_l() sets mWaitTimeMs, which affects activeSleepTimeUs(), so call it first

Completed in 70 milliseconds