Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DIMediaCodecList.cpp68 virtual const sp<AMessage> getGlobalSettings() const in getGlobalSettings() function in android::BpMediaCodecList
145 const sp<AMessage> info = getGlobalSettings(); in onTransact()
/frameworks/av/include/media/
DIMediaCodecList.h38 virtual const sp<AMessage> getGlobalSettings() const = 0;
/frameworks/av/include/media/stagefright/
DMediaCodecList.h53 virtual const sp<AMessage> getGlobalSettings() const;
/frameworks/base/media/java/android/media/
DMediaCodecList.java65 /* package private */ static final Map<String, Object> getGlobalSettings() { in getGlobalSettings() method in MediaCodecList
DMediaCodecInfo.java712 final Map<String, Object> global = MediaCodecList.getGlobalSettings(); in CodecCapabilities()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp272 const sp<AMessage> settings = mcl->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java384 byte[] globalSettingsData = getGlobalSettings(); in onBackup()
568 byte[] globalSettingsData = getGlobalSettings(); in onFullBackup()
777 private byte[] getGlobalSettings() { in getGlobalSettings() method in SettingsBackupAgent
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp1114 const sp<AMessage> MediaCodecList::getGlobalSettings() const { in getGlobalSettings() function in android::MediaCodecList
DMediaCodec.cpp202 sp<AMessage> globalSettings = mediaCodecList->getGlobalSettings(); in CreatePersistentInputSurface()