Home
last modified time | relevance | path

Searched refs:keepComponentAllocated (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp207 void MediaFilter::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() argument
209 msg->setInt32("keepComponentAllocated", keepComponentAllocated); in initiateShutdown()
704 int32_t keepComponentAllocated; in onShutdown() local
705 CHECK(msg->findInt32("keepComponentAllocated", &keepComponentAllocated)); in onShutdown()
706 if (!keepComponentAllocated || mState == UNINITIALIZED) { in onShutdown()
712 if (keepComponentAllocated) { in onShutdown()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaFilter.h37 virtual void initiateShutdown(bool keepComponentAllocated = false);
H A DCodecBase.h231 virtual void initiateShutdown(bool keepComponentAllocated = false) = 0;
H A DACodec.h73 virtual void initiateShutdown(bool keepComponentAllocated = false);
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h57 virtual void initiateShutdown(bool keepComponentAllocated = false) override;
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp383 void onShutdown(bool keepComponentAllocated);
702 if (!keepComponentAllocated) { in initiateShutdown()
6853 int32_t keepComponentAllocated; in onMessageReceived() local
6856 ALOGW_IF(keepComponentAllocated, in onMessageReceived()
6858 if (keepComponentAllocated) { in onMessageReceived()
6997 onShutdown(keepComponentAllocated); in stateEntered()
7005 if (!keepComponentAllocated) { in onShutdown()
7012 if (keepComponentAllocated) { in onShutdown()
7055 int32_t keepComponentAllocated; in onMessageReceived() local
7585 int32_t keepComponentAllocated; in onMessageReceived() local
[all …]
/aosp12/frameworks/av/media/libstagefright/tests/mediacodec/
H A DMediaCodecTest.cpp88 MOCK_METHOD(void, initiateShutdown, (bool keepComponentAllocated), (override));
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1750 void CCodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown() argument
1751 if (keepComponentAllocated) { in initiateShutdown()