Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp362 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { in onResume()
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush()
401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayerDecoderBase.cpp103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume()
180 int32_t notifyComplete; in onMessageReceived() local
DNuPlayerDecoder.cpp469 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
484 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
527 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayerRenderer.cpp311 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush()
1621 int32_t audio, notifyComplete; in onFlush() local
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java431 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator