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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp98 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
100 msg->setInt32("notifyComplete", notifyComplete);
178 int32_t notifyComplete; local
179 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
181 onResume(notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
357 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
362 if (notifyComplete) {
369 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { argument
377 mRenderer->flush(true /* audio */, notifyComplete);
387 doFlush(true /* notifyComplete */);
396 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
400 if (notifyComplete) {
H A DNuPlayerDecoder.cpp354 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
357 if (notifyComplete) {
363 void NuPlayer::Decoder::doFlush(bool notifyComplete) { argument
369 mRenderer->flush(mIsAudio, notifyComplete);
406 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
436 if (notifyComplete) {
943 doFlush(false /* notifyComplete */);
944 signalResume(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp263 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
267 mNotifyCompleteAudio |= notifyComplete;
272 mNotifyCompleteVideo |= notifyComplete;
1290 int32_t audio, notifyComplete; local
1296 notifyComplete = mNotifyCompleteAudio;
1299 notifyComplete = mNotifyCompleteVideo;
1363 if (notifyComplete) {
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java97 notifyComplete();
300 notifyComplete();
411 notifyComplete();
414 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 82 milliseconds