Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h691 virtual uint32_t activeSleepTimeUs() const; // mixer state MIXER_TRACKS_ENABLED
909 virtual uint32_t activeSleepTimeUs() const;
1002 virtual uint32_t activeSleepTimeUs() const;
DThreads.cpp2039 uint32_t AudioFlinger::PlaybackThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::AudioFlinger::PlaybackThread
2228 activeSleepTime = activeSleepTimeUs(); in cacheParameters_l()
4309 uint32_t AudioFlinger::DirectOutputThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::AudioFlinger::DirectOutputThread
4313 time = PlaybackThread::activeSleepTimeUs(); in activeSleepTimeUs()
4910 uint32_t AudioFlinger::DuplicatingThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::AudioFlinger::DuplicatingThread