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