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
699 ~(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()
1188 setFlags = CBLK_LOOP_FINAL; in releaseBuffer()