Searched refs:CBLK_LOOP_FINAL (Results 1 – 3 of 3) sorted by relevance
47 #define CBLK_LOOP_FINAL 0x40 // set by server when the final loop cycle completes macro
730 ~(CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), in start()1931 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), in write()2023 ~(CBLK_UNDERRUN | CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL | CBLK_BUFFER_END), &mCblk->mFlags); in processAudioBuffer()2110 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0); in processAudioBuffer()
1189 setFlags = CBLK_LOOP_FINAL; in releaseBuffer()