Searched defs:notifyComplete (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp106 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
108 msg->setInt32("notifyComplete", notifyComplete);
197 int32_t notifyComplete; local
198 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
200 onResume(notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp256 doFlush(false /* notifyComplete */);
361 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
366 if (notifyComplete) {
373 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { argument
381 mRenderer->flush(true /* audio */, notifyComplete);
391 doFlush(true /* notifyComplete */);
400 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
404 if (notifyComplete) {
H A DNuPlayerDecoder.cpp353 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
356 if (notifyComplete) {
362 void NuPlayer::Decoder::doFlush(bool notifyComplete) { argument
368 mRenderer->flush(mIsAudio, notifyComplete);
405 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
435 if (notifyComplete) {
952 doFlush(false /* notifyComplete */);
953 signalResume(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp275 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
279 mNotifyCompleteAudio |= notifyComplete;
284 mNotifyCompleteVideo |= notifyComplete;
1458 int32_t audio, notifyComplete; local
1464 notifyComplete = mNotifyCompleteAudio;
1468 notifyComplete = mNotifyCompleteVideo;
1542 if (notifyComplete) {
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java86 notifyComplete();
296 notifyComplete();
413 notifyComplete();
416 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 77 milliseconds