Home
last modified time | relevance | path

Searched refs:allDeviceTypes (Results 1 – 1 of 1) sorted by relevance

/system/media/tests/
Dsystemaudio_tests.cpp145 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()
155 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_OUT_ALL_A2DP_ARRAY, in TEST()
158 runAudioDeviceTypeHelperFunction(allDeviceTypes, bluetoothInA2dpDevices, in TEST()
160 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_OUT_ALL_SCO_ARRAY, in TEST()
163 runAudioDeviceTypeHelperFunction(allDeviceTypes, AUDIO_DEVICE_IN_ALL_SCO_ARRAY, in TEST()
172 runAudioDeviceTypeHelperFunction(allDeviceTypes, scoDevices, in TEST()
[all …]