Searched refs:getGlobalSettings (Results 1 – 9 of 9) sorted by relevance
68 virtual const sp<AMessage> getGlobalSettings() const in getGlobalSettings() function in android::BpMediaCodecList145 const sp<AMessage> info = getGlobalSettings(); in onTransact()
38 virtual const sp<AMessage> getGlobalSettings() const = 0;
53 virtual const sp<AMessage> getGlobalSettings() const;
65 /* package private */ static final Map<String, Object> getGlobalSettings() { in getGlobalSettings() method in MediaCodecList
712 final Map<String, Object> global = MediaCodecList.getGlobalSettings(); in CodecCapabilities()
272 const sp<AMessage> settings = mcl->getGlobalSettings(); in android_media_MediaCodecList_getGlobalSettings()
384 byte[] globalSettingsData = getGlobalSettings(); in onBackup()568 byte[] globalSettingsData = getGlobalSettings(); in onFullBackup()777 private byte[] getGlobalSettings() { in getGlobalSettings() method in SettingsBackupAgent
1114 const sp<AMessage> MediaCodecList::getGlobalSettings() const { in getGlobalSettings() function in android::MediaCodecList
202 sp<AMessage> globalSettings = mediaCodecList->getGlobalSettings(); in CreatePersistentInputSurface()