Searched refs:CBLK_DISABLED_ON (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/private/media/
H A DAudioTrackShared.h48 #define CBLK_DISABLED_ON 0x0010 // track disabled by AudioFlinger due to underrun: macro
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp393 android_atomic_and(~CBLK_DISABLED_ON, &cblk->flags);
1063 android_atomic_and(~CBLK_DISABLED_ON, &mCblk->flags);
1178 android_atomic_and(~CBLK_DISABLED_ON, &mCblk->flags);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3017 android_atomic_or(CBLK_DISABLED_ON, &track->mCblk->flags);
3296 android_atomic_or(CBLK_DISABLED_ON, &cblk->flags);

Completed in 65 milliseconds