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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h47 void signalResume(bool notifyComplete);
79 virtual void onResume(bool notifyComplete) = 0;
81 virtual void onShutdown(bool notifyComplete) = 0;
H A DNuPlayerDecoderPassThrough.h41 virtual void onResume(bool notifyComplete);
43 virtual void onShutdown(bool notifyComplete);
75 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderBase.cpp103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
105 msg->setInt32("notifyComplete", notifyComplete);
180 int32_t notifyComplete; local
181 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
183 onResume(notifyComplete);
H A DNuPlayerDecoder.h52 virtual void onResume(bool notifyComplete);
54 virtual void onShutdown(bool notifyComplete);
130 void doFlush(bool notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
362 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
367 if (notifyComplete) {
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { argument
382 mRenderer->flush(true /* audio */, notifyComplete);
392 doFlush(true /* notifyComplete */);
401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
405 if (notifyComplete) {
H A DNuPlayerDecoder.cpp457 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
460 if (notifyComplete) {
466 void NuPlayer::Decoder::doFlush(bool notifyComplete) { argument
472 mRenderer->flush(mIsAudio, notifyComplete);
509 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
538 if (notifyComplete) {
1139 doFlush(false /* notifyComplete */);
1140 signalResume(false /* notifyComplete */);
H A DNuPlayerRenderer.h59 void flush(bool audio, bool notifyComplete);
H A DNuPlayerRenderer.cpp287 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
291 mNotifyCompleteAudio |= notifyComplete;
296 mNotifyCompleteVideo |= notifyComplete;
1563 int32_t audio, notifyComplete; local
1569 notifyComplete = mNotifyCompleteAudio;
1573 notifyComplete = mNotifyCompleteVideo;
1647 if (notifyComplete) {
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java91 notifyComplete();
306 notifyComplete();
428 notifyComplete();
431 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 125 milliseconds