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

  /frameworks/av/include/private/media/
AudioTrackShared.h 46 #define CBLK_OVERRUN 0x100 // set by server immediately on input overrun, cleared by client
  /frameworks/av/media/libmedia/
AudioRecord.cpp 720 int32_t flags = android_atomic_and(~CBLK_OVERRUN, &mCblk->mFlags);
734 if (flags & CBLK_OVERRUN) {
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]

Completed in 49 milliseconds