Searched refs:loopCountNotifications (Results 1 – 1 of 1) sorted by relevance
2482 uint32_t loopCountNotifications = 0; in processAudioBuffer() local2490 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()2496 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0); in processAudioBuffer()2566 while (loopCountNotifications > 0) { in processAudioBuffer()2567 --loopCountNotifications; in processAudioBuffer()2568 callback->onLoopEnd(mLoopCount > 0 ? loopCountNotifications + mLoopCountNotified : -1); in processAudioBuffer()