Searched refs:initiateShutdown (Results 1 – 14 of 14) sorted by relevance
48 void initiateShutdown();
109 void NuPlayer::DecoderBase::initiateShutdown() { in initiateShutdown() function in android::NuPlayer::DecoderBase
1192 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1740 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()
111 void NuPlayer2::DecoderBase::initiateShutdown() { in initiateShutdown() function in android::NuPlayer2::DecoderBase
1350 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1904 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()
39 virtual void initiateShutdown(bool keepComponentAllocated = false);
211 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
62 virtual void initiateShutdown(bool keepComponentAllocated = false);
57 virtual void initiateShutdown(bool keepComponentAllocated = false) override;
1308 void CCodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() function in android::CCodec
96 void MediaFilter::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() function in android::MediaFilter
2704 mCodec->initiateShutdown( in onMessageReceived()
681 void ACodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() function in android::ACodec