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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h42 virtual void onResume(bool notifyComplete);
44 virtual void onShutdown(bool notifyComplete);
77 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderBase.h44 void signalResume(bool notifyComplete);
71 virtual void onResume(bool notifyComplete) = 0;
73 virtual void onShutdown(bool notifyComplete) = 0;
H A DNuPlayerDecoderBase.cpp98 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
100 msg->setInt32("notifyComplete", notifyComplete);
178 int32_t notifyComplete; local
179 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
181 onResume(notifyComplete);
H A DNuPlayerDecoder.h48 virtual void onResume(bool notifyComplete);
50 virtual void onShutdown(bool notifyComplete);
112 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
357 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
362 if (notifyComplete) {
369 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { argument
377 mRenderer->flush(true /* audio */, notifyComplete);
387 doFlush(true /* notifyComplete */);
396 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
400 if (notifyComplete) {
H A DNuPlayerDecoder.cpp354 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
357 if (notifyComplete) {
363 void NuPlayer::Decoder::doFlush(bool notifyComplete) { argument
369 mRenderer->flush(mIsAudio, notifyComplete);
406 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
436 if (notifyComplete) {
946 doFlush(false /* notifyComplete */);
947 signalResume(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp265 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
269 mNotifyCompleteAudio |= notifyComplete;
274 mNotifyCompleteVideo |= notifyComplete;
1313 int32_t audio, notifyComplete; local
1319 notifyComplete = mNotifyCompleteAudio;
1322 notifyComplete = mNotifyCompleteVideo;
1394 if (notifyComplete) {
H A DNuPlayerRenderer.h59 void flush(bool audio, bool notifyComplete);
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java97 notifyComplete();
300 notifyComplete();
411 notifyComplete();
414 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 95 milliseconds