Searched refs:onFlush (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h68 virtual void onFlush(bool notifyComplete) = 0;
H A DNuPlayerDecoderPassThrough.h46 virtual void onFlush(bool notifyComplete);
H A DNuPlayerDecoder.h46 virtual void onFlush(bool notifyComplete);
H A DNuPlayerDecoderBase.cpp160 onFlush(true);
H A DNuPlayerDecoderPassThrough.cpp250 onFlush(false /* notifyComplete */);
367 void NuPlayer::DecoderPassThrough::onFlush(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayerRenderer.h225 void onFlush(const sp<AMessage> &msg);
H A DNuPlayerDecoder.cpp238 void NuPlayer::Decoder::onFlush(bool notifyComplete) { function in class:android::NuPlayer::Decoder
604 onFlush(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp463 onFlush(msg);
1088 void NuPlayer::Renderer::onFlush(const sp<AMessage> &msg) { function in class:android::NuPlayer::Renderer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java157 onFlush();
338 onFlush();
378 private void onFlush() { method in class:GraphRunner.GraphRunLoop

Completed in 2440 milliseconds