Searched refs:mLoopCountNotified (Results 1 – 2 of 2) sorted by relevance
810 mLoopCountNotified = 0; in set()1600 mLoopCountNotified = loopCount; in setLoop_l()1776 mLoopCountNotified = mLoopCount; in reload()2569 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()2570 mLoopCountNotified = loopCount; // discard any excess notifications in processAudioBuffer()2635 callback->onLoopEnd(mLoopCount > 0 ? loopCountNotifications + mLoopCountNotified : -1); in processAudioBuffer()
1409 int32_t mLoopCountNotified; // the last loopCount notified by callback. variable