Searched defs:surroundFormats (Results 1 – 8 of 8) sorted by relevance
185 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
1103 audio_format_t surroundFormats[numSurroundFormats]; in getSurroundFormatsHelper() local1128 audio_format_t surroundFormats[numSurroundFormats]; in getReportedSurroundFormatsHelper() local1171 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local1183 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local1218 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local1229 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local1241 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local
1888 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getSurroundFormats() local1920 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getReportedSurroundFormats() local
1945 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()1948 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
1920 audio_format_t* surroundFormats, in getSurroundFormats()1950 audio_format_t* surroundFormats) { in getReportedSurroundFormats()
2395 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getSurroundFormats() local2451 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getReportedSurroundFormats() local
5098 audio_format_t *surroundFormats, in getSurroundFormats()5135 audio_format_t *surroundFormats) { in getReportedSurroundFormats()
2371 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local2570 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local