Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderBase.cpp98 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { in signalResume()
178 int32_t notifyComplete; in onMessageReceived() local
DNuPlayerDecoderPassThrough.cpp357 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { in onResume()
369 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush()
396 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayerDecoder.cpp354 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
363 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
406 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayerRenderer.cpp265 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush()
1313 int32_t audio, notifyComplete; in onFlush() local
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java414 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator