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

/frameworks/av/include/media/stagefright/
H A DACodec.h278 // If "mKeepComponentAllocated" we only transition back to Loaded state
280 bool mKeepComponentAllocated; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp6484 bool keepComponentAllocated = mCodec->mKeepComponentAllocated;
6487 mCodec->mKeepComponentAllocated = false;
7112 mCodec->mKeepComponentAllocated = keepComponentAllocated;
7459 mCodec->mKeepComponentAllocated = false;

Completed in 36 milliseconds