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()
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()
476 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume() argument479 if (notifyComplete) { in onResume()491 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush() argument497 mRenderer->flush(mIsAudio, notifyComplete); in doFlush()534 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown() argument563 if (notifyComplete) { in onShutdown()
321 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush() argument325 mNotifyCompleteAudio |= notifyComplete; in flush()330 mNotifyCompleteVideo |= notifyComplete; in flush()1682 int32_t audio, notifyComplete; in onFlush() local1688 notifyComplete = mNotifyCompleteAudio; in onFlush()1700 notifyComplete = mNotifyCompleteVideo; in onFlush()1772 if (notifyComplete) { in onFlush()
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;
52 virtual void onResume(bool notifyComplete);54 virtual void onShutdown(bool notifyComplete);130 void doFlush(bool notifyComplete);
62 void flush(bool audio, bool notifyComplete);
89 notifyComplete(); in onReceiveResult()298 notifyComplete(); in fadeOutBackground()420 notifyComplete(); in onTransitionsComplete()423 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator
4908 Landroid/app/ExitTransitionCoordinator;->notifyComplete()V