Searched refs:getGlobalSettings (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/include/media/
H A DIMediaCodecList.h38 virtual const sp<AMessage> getGlobalSettings() const = 0;
/frameworks/av/media/libmedia/
H A DIMediaCodecList.cpp68 virtual const sp<AMessage> getGlobalSettings() const function in class:android::BpMediaCodecList
145 const sp<AMessage> info = getGlobalSettings();
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h57 virtual const sp<AMessage> getGlobalSettings() const;
/frameworks/base/media/java/android/media/
H A DMediaCodecList.java65 /* package private */ static final Map<String, Object> getGlobalSettings() { method in class:MediaCodecList
H A DMediaCodecInfo.java904 final Map<String, Object> global = MediaCodecList.getGlobalSettings();
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp272 const sp<AMessage> settings = mcl->getGlobalSettings();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java420 byte[] globalSettingsData = getGlobalSettings();
640 byte[] globalSettingsData = getGlobalSettings();
887 private byte[] getGlobalSettings() { method in class:SettingsBackupAgent
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp1119 const sp<AMessage> MediaCodecList::getGlobalSettings() const { function in class:android::MediaCodecList
H A DMediaCodec.cpp224 sp<AMessage> globalSettings = mediaCodecList->getGlobalSettings();

Completed in 1090 milliseconds