Home
last modified time | relevance | path

Searched refs:CBLK_INVALID (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/
DAudioTrack.cpp422 if (!(flags & CBLK_INVALID)) { in start()
425 flags |= CBLK_INVALID; in start()
428 if (flags & CBLK_INVALID) { in start()
1319 if (!(cblk->mFlags & CBLK_INVALID)) { in allocateTimedBuffer()
1322 android_atomic_or(CBLK_INVALID, &cblk->mFlags); in allocateTimedBuffer()
1328 if (cblk->mFlags & CBLK_INVALID) { in allocateTimedBuffer()
1400 if (flags & CBLK_INVALID) { in processAudioBuffer()
DAudioRecord.cpp297 if (!(flags & CBLK_INVALID)) { in start()
301 flags |= CBLK_INVALID; in start()
304 if (flags & CBLK_INVALID) { in start()
723 if (flags & CBLK_INVALID) { in processAudioBuffer()
DAudioTrackShared.cpp104 if (flags & CBLK_INVALID) { in obtainBuffer()
296 if (!(android_atomic_or(CBLK_INVALID, &cblk->mFlags) & CBLK_INVALID)) { in binderDied()
380 if (flags & CBLK_INVALID) { in waitStreamEndDone()
/frameworks/av/include/private/media/
DAudioTrackShared.h38 #define CBLK_INVALID 0x04 // track buffer invalidated by AudioFlinger, need to re-create macro
/frameworks/av/services/audioflinger/
DTracks.cpp952 android_atomic_or(CBLK_INVALID, &cblk->mFlags); in invalidate()
1839 android_atomic_or(CBLK_INVALID, &cblk->mFlags); in invalidate()