Home
last modified time | relevance | path

Searched defs:surroundFormats (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DAudioSystem.java2028 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()
2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2501 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getSurroundFormats() local
2549 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getReportedSurroundFormats() local
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java2396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local
2586 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local