Searched defs:surroundFormats (Results 1 – 8 of 8) sorted by relevance
852 audio_format_t surroundFormats[numSurroundFormats]; in getSurroundFormatsHelper() local877 audio_format_t surroundFormats[numSurroundFormats]; in getReportedSurroundFormatsHelper() local920 auto surroundFormats = getSurroundFormatsHelper(); in TEST_F() local932 auto surroundFormats = getSurroundFormatsHelper(); in TEST_F() local967 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_F() local978 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_F() local
185 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
1751 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()1754 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
1839 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getSurroundFormats() local1870 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getReportedSurroundFormats() local
1861 audio_format_t* surroundFormats, in getSurroundFormats()1891 audio_format_t* surroundFormats) { in getReportedSurroundFormats()
2328 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getSurroundFormats() local2379 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getReportedSurroundFormats() local
4586 audio_format_t *surroundFormats, in getSurroundFormats()4623 audio_format_t *surroundFormats) { in getReportedSurroundFormats()
1984 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local2183 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local