Searched defs:configuration (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c78 UInt8 configuration; local
90 configuration = 0;
91 (*dev)->GetConfiguration(dev, &configuration);
92 if (configuration != 1)
/system/core/libusbhost/
H A Dusbhost.c559 int usb_device_set_configuration(struct usb_device *device, int configuration) argument
561 return ioctl(device->fd, USBDEVFS_SETCONFIGURATION, &configuration);

Completed in 63 milliseconds