Home
last modified time | relevance | path

Searched refs:CBLK_STATE_PAUSING (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/include/private/media/
H A DAudioTrackShared.h59 static inline constexpr int CBLK_STATE_PAUSING = 7; variable
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp1006 if (state != CBLK_STATE_PAUSING && in pauseAndWait()
1016 __func__, state, CBLK_STATE_PAUSING, elapsed.count()); in pauseAndWait()
/aosp12/frameworks/av/services/audioflinger/
H A DTracks.cpp241 static_assert(CBLK_STATE_PAUSING == PAUSING); in TrackBase()