Searched refs:initiateShutdown (Results 1 – 10 of 10) sorted by relevance
90 MOCK_METHOD(void, initiateShutdown, (bool keepComponentAllocated), (override));227 ON_CALL(*mockCodec, initiateShutdown(_)) in TEST()322 ON_CALL(*mockCodec, initiateShutdown(true)) in TEST()329 ON_CALL(*mockCodec, initiateShutdown(false)) in TEST()379 ON_CALL(*mockCodec, initiateShutdown(_)) in TEST()425 ON_CALL(*mockCodec, initiateShutdown(_)) in TEST()
48 void initiateShutdown();
109 void NuPlayer::DecoderBase::initiateShutdown() { in initiateShutdown() function in android::NuPlayer::DecoderBase
1214 getDecoder(audio)->initiateShutdown(); // In the middle of a seek. in onMessageReceived()1776 getDecoder(audio)->initiateShutdown(); in handleFlushComplete()
57 virtual void initiateShutdown(bool keepComponentAllocated = false) override;
267 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
76 virtual void initiateShutdown(bool keepComponentAllocated = false);
2182 void CCodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() function in android::CCodec
5375 mCodec->initiateShutdown( in onMessageReceived()
716 void ACodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() function in android::ACodec