Home
last modified time | relevance | path

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

/external/syzkaller/vm/odroid/
Dodroid.go190 var deviceList []*C.libusb_device
191 *(*reflect.SliceHeader)(unsafe.Pointer(&deviceList)) = reflect.SliceHeader{
200 if err := C.libusb_get_device_descriptor(deviceList[i], &desc); err != 0 {
206 if C.libusb_get_bus_number(deviceList[i]) != C.uint8_t(busNum) {
209 if C.libusb_get_device_address(deviceList[i]) != C.uint8_t(deviceNum) {
212 hub = deviceList[i]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothPbapClientFacade.java210 List<BluetoothDevice> deviceList = in bluetoothPbapClientGetConnectionStatus() local
214 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothPbapClientGetConnectionStatus()
DBluetoothA2dpSinkFacade.java197 List<BluetoothDevice> deviceList = sA2dpSinkProfile.getConnectedDevices(); in bluetoothA2dpSinkGetConnectionStatus() local
200 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothA2dpSinkGetConnectionStatus()
DBluetoothHfpClientFacade.java206 List<BluetoothDevice> deviceList = in bluetoothHfpClientGetConnectionStatus() local
210 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHfpClientGetConnectionStatus()
DBluetoothHspFacade.java184 List<BluetoothDevice> deviceList = sHspProfile.getConnectedDevices(); in bluetoothHspGetConnectionStatus() local
187 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHspGetConnectionStatus()
DBluetoothHidDeviceFacade.java370 List<BluetoothDevice> deviceList = sHidDeviceProfile.getConnectedDevices(); in bluetoothHidDeviceGetConnectionStatus() local
373 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidDeviceGetConnectionStatus()
DBluetoothHidFacade.java236 List<BluetoothDevice> deviceList = sHidProfile.getConnectedDevices(); in bluetoothHidGetConnectionStatus() local
239 device = BluetoothFacade.getDevice(deviceList, deviceID); in bluetoothHidGetConnectionStatus()
/external/skqp/infra/cts/
Drun_testlab.go83 fbDevices, deviceList, err := getAvailableDevices()
90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil {
97 whiteList := deviceList
/external/skia/infra/cts/
Drun_testlab.go83 fbDevices, deviceList, err := getAvailableDevices()
90 if err := writeDeviceList(*dumpDevFile, deviceList); err != nil {
97 whiteList := deviceList