Searched refs:mLoopCountNotified (Results 1 – 2 of 2) sorted by relevance
652 mLoopCountNotified = 0; in set()1442 mLoopCountNotified = loopCount; in setLoop_l()1618 mLoopCountNotified = mLoopCount; in reload()2396 loopCountNotifications = min(mLoopCountNotified - loopCount, kMaxLoopCountNotifications); in processAudioBuffer()2397 mLoopCountNotified = loopCount; // discard any excess notifications in processAudioBuffer()
1243 int32_t mLoopCountNotified; // the last loopCount notified by callback. variable