Home
last modified time | relevance | path

Searched refs:notifyComplete (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderBase.cpp103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume() argument
105 msg->setInt32("notifyComplete", notifyComplete); in signalResume()
180 int32_t notifyComplete; in onMessageReceived() local
181 CHECK(msg->findInt32("notifyComplete", &notifyComplete)); in onMessageReceived()
183 onResume(notifyComplete); in onMessageReceived()
DNuPlayerDecoderPassThrough.cpp361 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { in onResume() argument
366 if (notifyComplete) { in onResume()
373 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush() argument
381 mRenderer->flush(true /* audio */, notifyComplete); in doFlush()
400 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown() argument
404 if (notifyComplete) { in onShutdown()
DNuPlayerDecoder.cpp476 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume() argument
479 if (notifyComplete) { in onResume()
491 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush() argument
497 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()
534 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown() argument
563 if (notifyComplete) { in onShutdown()
DNuPlayerRenderer.cpp321 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush() argument
325 mNotifyCompleteAudio |= notifyComplete; in flush()
330 mNotifyCompleteVideo |= notifyComplete; in flush()
1682 int32_t audio, notifyComplete; in onFlush() local
1688 notifyComplete = mNotifyCompleteAudio; in onFlush()
1700 notifyComplete = mNotifyCompleteVideo; in onFlush()
1772 if (notifyComplete) { in onFlush()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDecoderPassThrough.h41 virtual void onResume(bool notifyComplete);
43 virtual void onShutdown(bool notifyComplete);
75 void doFlush(bool notifyComplete);
DNuPlayerDecoderBase.h47 void signalResume(bool notifyComplete);
79 virtual void onResume(bool notifyComplete) = 0;
81 virtual void onShutdown(bool notifyComplete) = 0;
DNuPlayerDecoder.h52 virtual void onResume(bool notifyComplete);
54 virtual void onShutdown(bool notifyComplete);
130 void doFlush(bool notifyComplete);
DNuPlayerRenderer.h62 void flush(bool audio, bool notifyComplete);
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java89 notifyComplete(); in onReceiveResult()
298 notifyComplete(); in fadeOutBackground()
420 notifyComplete(); in onTransitionsComplete()
423 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4908 Landroid/app/ExitTransitionCoordinator;->notifyComplete()V