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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.h81 virtual void onShutdown(bool notifyComplete) = 0;
H A DNuPlayerDecoderPassThrough.h43 virtual void onShutdown(bool notifyComplete);
H A DNuPlayerDecoder.h54 virtual void onShutdown(bool notifyComplete);
H A DNuPlayerDecoderBase.cpp189 onShutdown(true);
H A DNuPlayerDecoderPassThrough.cpp401 void NuPlayer::DecoderPassThrough::onShutdown(bool notifyComplete) { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayerDecoder.cpp509 void NuPlayer::Decoder::onShutdown(bool notifyComplete) { function in class:android::NuPlayer::Decoder
522 status_t error = nativeWindowConnect(mSurface.get(), "onShutdown");
/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.h137 void onShutdown(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaFilter.h137 void onShutdown(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/include/
H A DMediaFilter.h137 void onShutdown(const sp<AMessage> &msg);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp159 onShutdown(msg);
612 void MediaFilter::onShutdown(const sp<AMessage> &msg) { function in class:android::MediaFilter
/frameworks/av/media/libstagefright/
H A DACodec.cpp350 void onShutdown(bool keepComponentAllocated);
6473 onShutdown(keepComponentAllocated);
6480 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { function in class:android::ACodec::LoadedState
6536 onShutdown(keepComponentAllocated);

Completed in 2900 milliseconds