Searched refs:CBLK_INTERRUPT (Results 1 – 2 of 2) sorted by relevance
152 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags); in obtainBuffer()165 if (!ignoreInitialPendingInterrupt && (flags & CBLK_INTERRUPT)) { in obtainBuffer()382 if (!(android_atomic_or(CBLK_INTERRUPT, &cblk->mFlags) & CBLK_INTERRUPT)) { in interrupt()476 int32_t flags = android_atomic_and(~(CBLK_INTERRUPT|CBLK_STREAM_END_DONE), &cblk->mFlags); in waitStreamEndDone()490 if (flags & CBLK_INTERRUPT) { in waitStreamEndDone()
50 #define CBLK_INTERRUPT 0x200 // set by client on interrupt(), cleared by client in obtainBuffer() macro