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

/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h113 sp<AMessage> mGlobalSettings; member in struct:android::MediaCodecList
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp177 mGlobalSettings(new AMessage()) {
214 if (mGlobalSettings->findString(kPolicySupportsMultipleSecureCodecs, &value)) {
220 if (mGlobalSettings->findString(kPolicySupportsSecureWithNonSecureCodec, &value)) {
641 if (mUpdate != mGlobalSettings->contains(name)) {
645 mGlobalSettings->setString(name, value);
1120 return mGlobalSettings;

Completed in 2015 milliseconds