HomeSort by relevance Sort by last modified time
    Searched refs:CBLK_INTERRUPT (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 102 int32_t flags = android_atomic_and(~CBLK_INTERRUPT, &cblk->mFlags);
110 if (!ignoreInitialPendingInterrupt && (flags & CBLK_INTERRUPT)) {
306 if (!(android_atomic_or(CBLK_INTERRUPT, &cblk->mFlags) & CBLK_INTERRUPT)) {
378 int32_t flags = android_atomic_and(~(CBLK_INTERRUPT|CBLK_STREAM_END_DONE), &cblk->mFlags);
392 if (flags & CBLK_INTERRUPT) {
  /frameworks/av/include/private/media/
AudioTrackShared.h 47 #define CBLK_INTERRUPT 0x200 // set by client on interrupt(), cleared by client in obtainBuffer()

Completed in 1685 milliseconds