Searched refs:notifyComplete (Results 1 – 10 of 10) sorted by relevance
103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume() argument105 msg->setInt32("notifyComplete", notifyComplete); in signalResume()180 int32_t notifyComplete; in onMessageReceived() local181 CHECK(msg->findInt32("notifyComplete", ¬ifyComplete)); in onMessageReceived()183 onResume(notifyComplete); in onMessageReceived()
41 virtual void onResume(bool notifyComplete);43 virtual void onShutdown(bool notifyComplete);75 void doFlush(bool notifyComplete);
47 void signalResume(bool notifyComplete);79 virtual void onResume(bool notifyComplete) = 0;81 virtual void onShutdown(bool notifyComplete) = 0;
362 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { in onResume() argument367 if (notifyComplete) { in onResume()374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush() argument382 mRenderer->flush(true /* audio */, notifyComplete); in doFlush()401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown() argument405 if (notifyComplete) { in onShutdown()
52 virtual void onResume(bool notifyComplete);54 virtual void onShutdown(bool notifyComplete);130 void doFlush(bool notifyComplete);
464 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume() argument467 if (notifyComplete) { in onResume()479 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush() argument485 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()522 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown() argument551 if (notifyComplete) { in onShutdown()
309 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush() argument313 mNotifyCompleteAudio |= notifyComplete; in flush()318 mNotifyCompleteVideo |= notifyComplete; in flush()1596 int32_t audio, notifyComplete; in onFlush() local1602 notifyComplete = mNotifyCompleteAudio; in onFlush()1614 notifyComplete = mNotifyCompleteVideo; in onFlush()1681 if (notifyComplete) { in onFlush()
60 void flush(bool audio, bool notifyComplete);
91 notifyComplete(); in onReceiveResult()306 notifyComplete(); in fadeOutBackground()428 notifyComplete(); in onTransitionsComplete()431 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator
4911 Landroid/app/ExitTransitionCoordinator;->notifyComplete()V