Searched refs:allDeviceTypes (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/media/tests/ |
H A D | systemaudio_tests.cpp | 145 std::unordered_set<audio_devices_t> allDeviceTypes; in TEST() local 146 allDeviceTypes.insert(std::begin(AUDIO_DEVICE_OUT_ALL_ARRAY), in TEST() 148 allDeviceTypes.insert(std::begin(AUDIO_DEVICE_IN_ALL_ARRAY), in TEST() 151 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_OUT_ALL_ARRAY, in TEST() 153 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_IN_ALL_ARRAY, in TEST() 158 runAudioDeviceTypeHelperFunction(allDeviceTypes, bluetoothInA2dpDevices, in TEST() 163 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_IN_ALL_SCO_ARRAY, in TEST() 172 runAudioDeviceTypeHelperFunction(allDeviceTypes, scoDevices, in TEST() 175 runAudioDeviceTypeHelperFunction(allDeviceTypes, hearingAidOutDevices, in TEST() 183 runAudioDeviceTypeHelperFunction(allDeviceTypes, remoteSubmixDevices, in TEST() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageBuilder.java | 700 List<Integer> allDeviceTypes, @Constants.RcProfile int rcProfile, in buildReportFeatures() argument 705 for (Integer deviceType : allDeviceTypes) { in buildReportFeatures()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioSystem.java | 2153 Set<Integer> allDeviceTypes = in generateAudioDeviceTypesSet() local 2155 for (int deviceType : allDeviceTypes) { in generateAudioDeviceTypesSet()
|