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

/frameworks/av/include/media/stagefright/
H A DCodecBase.h52 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
H A DACodec.h48 virtual void initiateShutdown(bool keepComponentAllocated = false);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.h35 virtual void initiateShutdown();
H A DNuPlayerDecoder.h42 virtual void initiateShutdown();
H A DNuPlayerDecoderPassThrough.cpp74 void NuPlayer::DecoderPassThrough::initiateShutdown() { function in class:android::NuPlayer::DecoderPassThrough
H A DNuPlayer.cpp829 getDecoder(audio)->initiateShutdown(); // In the middle of a seek.
1053 getDecoder(audio)->initiateShutdown();
H A DNuPlayerDecoder.cpp706 void NuPlayer::Decoder::initiateShutdown() { function in class:android::NuPlayer::Decoder
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp205 mCodec->initiateShutdown();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1362 // It's dead, Jim. Don't expect initiateShutdown to yield
1375 mCodec->initiateShutdown(
H A DACodec.cpp497 void ACodec::initiateShutdown(bool keepComponentAllocated) { function in class:android::ACodec

Completed in 1425 milliseconds