Searched refs:onShutdown (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h44 virtual void onShutdown(bool notifyComplete);
H A DNuPlayerDecoderBase.h76 virtual void onShutdown(bool notifyComplete) = 0;
H A DNuPlayerDecoder.h50 virtual void onShutdown(bool notifyComplete);
H A DNuPlayerDecoderBase.cpp206 onShutdown(true);
H A DNuPlayerDecoderPassThrough.cpp400 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayerDecoder.cpp405 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { function in class:android::NuPlayer::Decoder
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java230 onShutdown();
244 public void onShutdown() { method in class:VoiceInteractionService
/frameworks/av/include/media/stagefright/
H A DMediaFilter.h157 void onShutdown(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp151 onShutdown(msg);
676 void MediaFilter::onShutdown(const sp<AMessage> &msg) { function in class:android::MediaFilter
/frameworks/av/media/libstagefright/
H A DACodec.cpp319 void onShutdown(bool keepComponentAllocated);
6489 onShutdown(keepComponentAllocated);
6496 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { function in class:android::ACodec::LoadedState
6550 onShutdown(keepComponentAllocated);

Completed in 152 milliseconds