Searched defs:surroundFormats (Results 1 – 3 of 3) sorted by relevance
2028 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
2501 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getSurroundFormats() local2549 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getReportedSurroundFormats() local
2396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local2586 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local