Home
last modified time | relevance | path

Searched refs:CBLK_LOOP_FINAL (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/private/media/
DAudioTrackShared.h47 #define CBLK_LOOP_FINAL 0x40 // set by server when the final loop cycle completes macro
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp699 ~(CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), in start()
1791 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), in write()
1883 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), &mCblk->mFlags); in processAudioBuffer()
1970 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0); in processAudioBuffer()
DAudioTrackShared.cpp1188 setFlags = CBLK_LOOP_FINAL; in releaseBuffer()