Searched defs:surroundFormats (Results 1 – 8 of 8) sorted by relevance
136 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
1462 audio_format_t surroundFormats[numSurroundFormats]; in getSurroundFormatsHelper() local1487 audio_format_t surroundFormats[numSurroundFormats]; in getReportedSurroundFormatsHelper() local1530 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local1542 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local1577 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local1588 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local1600 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local
2028 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
1925 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getSurroundFormats() local1957 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getReportedSurroundFormats() local
1967 audio_format_t* surroundFormats, in getSurroundFormats()1997 audio_format_t* 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
5598 audio_format_t *surroundFormats, in getSurroundFormats()5635 audio_format_t *surroundFormats) { in getReportedSurroundFormats()
2396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local2586 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local