Loading media/libstagefright/ACodec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -4578,6 +4578,8 @@ void ACodec::LoadedState::stateEntered() { onShutdown(keepComponentAllocated); } mCodec->mExplicitShutdown = false; mCodec->processDeferredMessages(); } void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { Loading Loading
media/libstagefright/ACodec.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -4578,6 +4578,8 @@ void ACodec::LoadedState::stateEntered() { onShutdown(keepComponentAllocated); } mCodec->mExplicitShutdown = false; mCodec->processDeferredMessages(); } void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { Loading