Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudiopolicymanager_tests.cpp852 audio_format_t surroundFormats[numSurroundFormats]; in getSurroundFormatsHelper() local
877 audio_format_t surroundFormats[numSurroundFormats]; in getReportedSurroundFormatsHelper() local
920 auto surroundFormats = getSurroundFormatsHelper(); in TEST_F() local
932 auto surroundFormats = getSurroundFormatsHelper(); in TEST_F() local
967 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_F() local
978 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_F() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h185 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1751 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()
1754 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
/aosp12/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp1839 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getSurroundFormats() local
1870 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getReportedSurroundFormats() local
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1861 audio_format_t* surroundFormats, in getSurroundFormats()
1891 audio_format_t* surroundFormats) { in getReportedSurroundFormats()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp2328 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getSurroundFormats() local
2379 audio_format_t *surroundFormats = nullptr; in android_media_AudioSystem_getReportedSurroundFormats() local
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4586 audio_format_t *surroundFormats, in getSurroundFormats()
4623 audio_format_t *surroundFormats) { in getReportedSurroundFormats()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1984 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local
2183 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local