Searched refs:notifyComplete (Results 1 – 9 of 9) sorted by relevance
106 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume() argument108 msg->setInt32("notifyComplete", notifyComplete); in signalResume()197 int32_t notifyComplete; in onMessageReceived() local198 CHECK(msg->findInt32("notifyComplete", ¬ifyComplete)); in onMessageReceived()200 onResume(notifyComplete); in onMessageReceived()
42 virtual void onResume(bool notifyComplete);44 virtual void onShutdown(bool notifyComplete);76 void doFlush(bool notifyComplete);
47 void signalResume(bool notifyComplete);74 virtual void onResume(bool notifyComplete) = 0;76 virtual void onShutdown(bool notifyComplete) = 0;
361 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { in onResume() argument366 if (notifyComplete) { in onResume()373 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush() argument381 mRenderer->flush(true /* audio */, notifyComplete); in doFlush()400 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown() argument404 if (notifyComplete) { in onShutdown()
48 virtual void onResume(bool notifyComplete);50 virtual void onShutdown(bool notifyComplete);111 void doFlush(bool notifyComplete);
353 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume() argument356 if (notifyComplete) { in onResume()362 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush() argument368 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()405 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown() argument435 if (notifyComplete) { in onShutdown()
275 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush() argument279 mNotifyCompleteAudio |= notifyComplete; in flush()284 mNotifyCompleteVideo |= notifyComplete; in flush()1458 int32_t audio, notifyComplete; in onFlush() local1464 notifyComplete = mNotifyCompleteAudio; in onFlush()1468 notifyComplete = mNotifyCompleteVideo; in onFlush()1542 if (notifyComplete) { in onFlush()
59 void flush(bool audio, bool notifyComplete);
86 notifyComplete(); in onReceiveResult()296 notifyComplete(); in fadeOutBackground()413 notifyComplete(); in onTransitionsComplete()416 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator