Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrackShared.cpp122 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags); in obtainBuffer()
130 if (!ignoreInitialPendingInterrupt && (flags & CBLK_INTERRUPT)) { in obtainBuffer()
334 if (!(android_atomic_or(CBLK_INTERRUPT, &cblk->mFlags) & CBLK_INTERRUPT)) { in interrupt()
416 int32_t flags = android_atomic_and(~(CBLK_INTERRUPT|CBLK_STREAM_END_DONE), &cblk->mFlags); in waitStreamEndDone()
429 if (flags & CBLK_INTERRUPT) { in waitStreamEndDone()
/frameworks/av/include/private/media/
DAudioTrackShared.h48 #define CBLK_INTERRUPT 0x200 // set by client on interrupt(), cleared by client in obtainBuffer() macro