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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp91 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
93 msg->setInt32("notifyComplete", notifyComplete);
166 int32_t notifyComplete; local
167 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
169 onResume(notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp250 onFlush(false /* notifyComplete */);
355 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
360 if (notifyComplete) {
367 void NuPlayer::DecoderPassThrough::onFlush(bool notifyComplete) { argument
375 mRenderer->flush(true /* audio */, notifyComplete);
379 if (notifyComplete) {
391 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
395 if (notifyComplete) {
H A DNuPlayerDecoder.cpp230 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
233 if (notifyComplete) {
238 void NuPlayer::Decoder::onFlush(bool notifyComplete) { argument
244 mRenderer->flush(mIsAudio, notifyComplete);
263 if (notifyComplete) {
271 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
303 if (notifyComplete) {
604 onFlush(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp124 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
128 mNotifyCompleteAudio |= notifyComplete;
134 mNotifyCompleteVideo |= notifyComplete;
1089 int32_t audio, notifyComplete; local
1096 notifyComplete = mNotifyCompleteAudio;
1100 notifyComplete = mNotifyCompleteVideo;
1156 if (notifyComplete) {
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java96 notifyComplete();
293 notifyComplete();
376 notifyComplete();
386 notifyComplete();
406 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 2535 milliseconds