Searched refs:loopCountNotifications (Results 1 – 1 of 1) sorted by relevance
1956 int loopCountNotifications = 0; in processAudioBuffer() local1964 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()1970 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0); in processAudioBuffer()2028 while (loopCountNotifications > 0) { in processAudioBuffer()2030 --loopCountNotifications; in processAudioBuffer()