Home
last modified time | relevance | path

Searched refs:getReportedSurroundFormats (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl218 List getReportedSurroundFormats(); in getReportedSurroundFormats() method
H A DAudioSystem.java2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats() method in AudioSystem
H A DAudioManager.java8213 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioManager
8215 return getService().getReportedSurroundFormats(); in getReportedSurroundFormats()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2541 status_t status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, nullptr); in android_media_AudioSystem_getReportedSurroundFormats()
2550 status = AudioSystem::getReportedSurroundFormats(&numSurroundFormats, &surroundFormats[0]); in android_media_AudioSystem_getReportedSurroundFormats()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java4704 byte[] sinkSurroundEncodings = toBytes(audioManager.getReportedSurroundFormats());
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2408 public List<Integer> getReportedSurroundFormats() { in getReportedSurroundFormats() method in AudioService
2410 int status = AudioSystem.getReportedSurroundFormats(reportedSurroundFormats); in getReportedSurroundFormats()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1880 method @NonNull public java.util.List<java.lang.Integer> getReportedSurroundFormats();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24272 Landroid/media/AudioManager;->getReportedSurroundFormats()Ljava/util/Map;