HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalSettings (Results 1 - 9 of 9) sorted by null

  /frameworks/av/include/media/
IMediaCodecList.h 38 virtual const sp<AMessage> getGlobalSettings() const = 0;
  /frameworks/av/media/libmedia/
IMediaCodecList.cpp 68 virtual const sp<AMessage> getGlobalSettings() const
145 const sp<AMessage> info = getGlobalSettings();
  /frameworks/av/include/media/stagefright/
MediaCodecList.h 57 virtual const sp<AMessage> getGlobalSettings() const;
  /frameworks/base/media/java/android/media/
MediaCodecList.java 65 /* package private */ static final Map<String, Object> getGlobalSettings() {
MediaCodecInfo.java     [all...]
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 272 const sp<AMessage> settings = mcl->getGlobalSettings();
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 420 byte[] globalSettingsData = getGlobalSettings();
640 byte[] globalSettingsData = getGlobalSettings();
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp     [all...]
MediaCodec.cpp 224 sp<AMessage> globalSettings = mediaCodecList->getGlobalSettings();
    [all...]

Completed in 290 milliseconds