Searched refs:deviceIds (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 187 void getCLDeviceIds (std::vector<int>& deviceIds) const { deviceIds = getCLDeviceIds(); } in getCLDeviceIds()
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_device_mac.cc | 1737 AudioDeviceID* deviceIds = (AudioDeviceID*)malloc(size); in GetNumberDevices() local 1771 kAudioObjectSystemObject, &propertyAddress, 0, NULL, &size, deviceIds)); in GetNumberDevices() 1781 deviceIds[i], &propertyAddress, 0, NULL, &size)); in GetNumberDevices() 1792 deviceIds[i], &propertyAddress, 0, NULL, &size, bufferList)); in GetNumberDevices() 1806 scopedDeviceIds[numberScopedDevices] = deviceIds[i]; in GetNumberDevices() 1816 if (deviceIds) { in GetNumberDevices() 1817 free(deviceIds); in GetNumberDevices() 1818 deviceIds = NULL; in GetNumberDevices() 1830 if (deviceIds) { in GetNumberDevices() 1831 free(deviceIds); in GetNumberDevices() [all …]
|