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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderBase.cpp105 void NuPlayer2::DecoderBase::signalResume(bool notifyComplete) { argument
107 msg->setInt32("notifyComplete", notifyComplete);
182 int32_t notifyComplete; local
183 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
185 onResume(notifyComplete);
H A DNuPlayer2DecoderPassThrough.cpp251 doFlush(false /* notifyComplete */);
361 void NuPlayer2::DecoderPassThrough::onResume(bool notifyComplete) { argument
366 if (notifyComplete) {
373 void NuPlayer2::DecoderPassThrough::doFlush(bool notifyComplete) { argument
381 mRenderer->flush(true /* audio */, notifyComplete);
391 doFlush(true /* notifyComplete */);
400 void NuPlayer2::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
404 if (notifyComplete) {
H A DNuPlayer2Decoder.cpp478 void NuPlayer2::Decoder::onResume(bool notifyComplete) { argument
481 if (notifyComplete) {
493 void NuPlayer2::Decoder::doFlush(bool notifyComplete) { argument
499 mRenderer->flush(mIsAudio, notifyComplete);
536 void NuPlayer2::Decoder::onShutdown(bool notifyComplete) { argument
566 if (notifyComplete) {
1189 doFlush(false /* notifyComplete */);
1190 signalResume(false /* notifyComplete */);
H A DNuPlayer2Renderer.cpp288 void NuPlayer2::Renderer::flush(bool audio, bool notifyComplete) { argument
292 mNotifyCompleteAudio |= notifyComplete;
297 mNotifyCompleteVideo |= notifyComplete;
1564 int32_t audio, notifyComplete; local
1570 notifyComplete = mNotifyCompleteAudio;
1574 notifyComplete = mNotifyCompleteVideo;
1648 if (notifyComplete) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp103 void NuPlayer::DecoderBase::signalResume(bool notifyComplete) { argument
105 msg->setInt32("notifyComplete", notifyComplete);
180 int32_t notifyComplete; local
181 CHECK(msg->findInt32("notifyComplete", &notifyComplete));
183 onResume(notifyComplete);
H A DNuPlayerDecoderPassThrough.cpp252 doFlush(false /* notifyComplete */);
362 void NuPlayer::DecoderPassThrough::onResume(bool notifyComplete) { argument
367 if (notifyComplete) {
374 void NuPlayer::DecoderPassThrough::doFlush(bool notifyComplete) { argument
382 mRenderer->flush(true /* audio */, notifyComplete);
392 doFlush(true /* notifyComplete */);
401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { argument
405 if (notifyComplete) {
H A DNuPlayerDecoder.cpp458 void NuPlayer::Decoder::onResume(bool notifyComplete) { argument
461 if (notifyComplete) {
473 void NuPlayer::Decoder::doFlush(bool notifyComplete) { argument
479 mRenderer->flush(mIsAudio, notifyComplete);
516 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { argument
545 if (notifyComplete) {
1183 doFlush(false /* notifyComplete */);
1184 signalResume(false /* notifyComplete */);
H A DNuPlayerRenderer.cpp289 void NuPlayer::Renderer::flush(bool audio, bool notifyComplete) { argument
293 mNotifyCompleteAudio |= notifyComplete;
298 mNotifyCompleteVideo |= notifyComplete;
1565 int32_t audio, notifyComplete; local
1571 notifyComplete = mNotifyCompleteAudio;
1575 notifyComplete = mNotifyCompleteVideo;
1642 if (notifyComplete) {
/frameworks/base/core/java/android/app/
H A DExitTransitionCoordinator.java91 notifyComplete();
306 notifyComplete();
428 notifyComplete();
431 protected void notifyComplete() { method in class:ExitTransitionCoordinator

Completed in 473 milliseconds