Searched refs:mLoopCountNotified (Results 1 – 2 of 2) sorted by relevance
671 mLoopCountNotified = 0; in set()1488 mLoopCountNotified = loopCount; in setLoop_l()1667 mLoopCountNotified = mLoopCount; in reload()2490 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()2491 mLoopCountNotified = loopCount; // discard any excess notifications in processAudioBuffer()2568 callback->onLoopEnd(mLoopCount > 0 ? loopCountNotifications + mLoopCountNotified : -1); in processAudioBuffer()
1372 int32_t mLoopCountNotified; // the last loopCount notified by callback. variable