Searched refs:CBLK_LOOP_CYCLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/private/media/
H A DAudioTrackShared.h44 #define CBLK_LOOP_CYCLE 0x20 // set by server each time a loop cycle other than final one completes macro
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1597 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END),
1738 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), &mCblk->mFlags);
1825 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0);
H A DAudioTrackShared.cpp1002 setFlags = CBLK_LOOP_CYCLE;

Completed in 88 milliseconds