Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioPolicyConfig.h136 void setSurroundFormats(const SurroundFormats &surroundFormats) in setSurroundFormats()
/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp1462 audio_format_t surroundFormats[numSurroundFormats]; in getSurroundFormatsHelper() local
1487 audio_format_t surroundFormats[numSurroundFormats]; in getReportedSurroundFormatsHelper() local
1530 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local
1542 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local
1577 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local
1588 auto surroundFormats = getReportedSurroundFormatsHelper(); in TEST_P() local
1600 auto surroundFormats = getSurroundFormatsHelper(); in TEST_P() local
/frameworks/base/media/java/android/media/
DAudioSystem.java2028 public static native int getSurroundFormats(Map<Integer, Boolean> surroundFormats); in getSurroundFormats()
2031 public static native int getReportedSurroundFormats(ArrayList<Integer> surroundFormats); in getReportedSurroundFormats()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp1925 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getSurroundFormats() local
1957 std::unique_ptr<audio_format_t[]>surroundFormats(new audio_format_t[numSurroundFormats]); in getReportedSurroundFormats() local
/frameworks/av/media/libaudioclient/
DAudioSystem.cpp1967 audio_format_t* surroundFormats, in getSurroundFormats()
1997 audio_format_t* surroundFormats) { in getReportedSurroundFormats()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp2501 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getSurroundFormats() local
2549 auto surroundFormats = std::make_unique<audio_format_t[]>(numSurroundFormats); in android_media_AudioSystem_getReportedSurroundFormats() local
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5598 audio_format_t *surroundFormats, in getSurroundFormats()
5635 audio_format_t *surroundFormats) { in getReportedSurroundFormats()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java2396 Map<Integer, Boolean> surroundFormats = new HashMap<>(); in getSurroundFormats() local
2586 String[] surroundFormats = TextUtils.split(enabledSurroundFormats, ","); in sendEnabledSurroundFormats() local