Searched refs:onLoopEnd (Results 1 – 5 of 5) sorted by relevance
57 void onLoopEnd([[maybe_unused]] int32_t loopsRemaining) override { in onLoopEnd() function
137 void onLoopEnd(int32_t loopsRemaining) override;
393 void Stream::StreamCallback::onLoopEnd(int32_t) { in onLoopEnd() function in android::soundpool::Stream::StreamCallback
178 virtual void onLoopEnd([[maybe_unused]] int32_t loopsRemaining) {} in onLoopEnd() function
303 void onLoopEnd(int32_t loopsRemaining) override { in onLoopEnd() function in android::__anona5bb9d5f0211::LegacyCallbackWrapper2635 callback->onLoopEnd(mLoopCount > 0 ? loopCountNotifications + mLoopCountNotified : -1); in processAudioBuffer()