Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2DecoderPassThrough.cpp361 void NuPlayer2::DecoderPassThrough::onResume(bool notifyComplete) { in onResume()
373 void NuPlayer2::DecoderPassThrough::doFlush(bool notifyComplete) { in doFlush()
400 void NuPlayer2::DecoderPassThrough::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayer2DecoderBase.cpp105 void NuPlayer2::DecoderBase::signalResume(bool notifyComplete) { in signalResume()
182 int32_t notifyComplete; in onMessageReceived() local
DNuPlayer2Decoder.cpp483 void NuPlayer2::Decoder::onResume(bool notifyComplete) { in onResume()
498 void NuPlayer2::Decoder::doFlush(bool notifyComplete) { in doFlush()
541 void NuPlayer2::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayer2Renderer.cpp300 void NuPlayer2::Renderer::flush(bool audio, bool notifyComplete) { in flush()
1582 int32_t audio, notifyComplete; in onFlush() local
/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.cpp464 void NuPlayer::Decoder::onResume(bool notifyComplete) { in onResume()
479 void NuPlayer::Decoder::doFlush(bool notifyComplete) { in doFlush()
522 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { in onShutdown()
DNuPlayerRenderer.cpp309 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { in flush()
1596 int32_t audio, notifyComplete; in onFlush() local
/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java431 protected void notifyComplete() { in notifyComplete() method in ExitTransitionCoordinator