Home
last modified time | relevance | path

Searched defs:keepComponentAllocated (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/
H A DACodec.cpp716 void ACodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown()
7025 int32_t keepComponentAllocated; in onMessageReceived() local
7163 bool keepComponentAllocated = mCodec->mKeepComponentAllocated; in stateEntered() local
7175 void ACodec::LoadedState::onShutdown(bool keepComponentAllocated) { in onShutdown()
7226 int32_t keepComponentAllocated; in onMessageReceived() local
7785 int32_t keepComponentAllocated; in onMessageReceived() local
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2236 void CCodec::initiateShutdown(bool keepComponentAllocated) { in initiateShutdown()