Searched refs:mKeepComponentAllocated (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h190 // If "mKeepComponentAllocated" we only transition back to Loaded state
192 bool mKeepComponentAllocated; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp3674 bool keepComponentAllocated = mCodec->mKeepComponentAllocated;
3677 mCodec->mKeepComponentAllocated = false;
4088 mCodec->mKeepComponentAllocated = keepComponentAllocated;
4357 mCodec->mKeepComponentAllocated = false;

Completed in 62 milliseconds