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

/frameworks/av/include/private/media/
H A DAudioTrackShared.h51 #define CBLK_RESTORING_ON 0x0020 // track is being restored after invalidation macro
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp760 if (!(android_atomic_or(CBLK_RESTORING_ON, &cblk->flags) & CBLK_RESTORING_MSK)) {
H A DAudioTrack.cpp1331 if (!(android_atomic_or(CBLK_RESTORING_ON, &cblk->flags) & CBLK_RESTORING_MSK)) {
1397 android_atomic_and(~CBLK_RESTORING_ON, &cblk->flags);

Completed in 1333 milliseconds