Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1335 virtual uint32_t activeSleepTimeUs() const; // mixer state MIXER_TRACKS_ENABLED
1743 virtual uint32_t activeSleepTimeUs() const;
1887 virtual uint32_t activeSleepTimeUs() const;
DThreads.cpp3477 uint32_t PlaybackThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::PlaybackThread
3692 mActiveSleepTimeUs = activeSleepTimeUs(); in cacheParameters_l()
7135 uint32_t DirectOutputThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::DirectOutputThread
7139 time = PlaybackThread::activeSleepTimeUs(); in activeSleepTimeUs()
7904 uint32_t DuplicatingThread::activeSleepTimeUs() const in activeSleepTimeUs() function in android::DuplicatingThread