Searched refs:loopCountNotifications (Results 1 – 1 of 1) sorted by relevance
1875 int loopCountNotifications = 0; in processAudioBuffer() local1883 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()1889 loopCountNotifications = int((flags & (CBLK_LOOP_CYCLE | CBLK_LOOP_FINAL)) != 0); in processAudioBuffer()1947 while (loopCountNotifications > 0) { in processAudioBuffer()1949 --loopCountNotifications; in processAudioBuffer()