Searched refs:configuration (Results 1 - 5 of 5) sorted by relevance

/system/bt/
H A DAndroid.mk3 # Setup bdroid local make variables for handling configuration
/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/include/usbhost/
H A Dusbhost.h169 * and false if we only have access to the USB device configuration.
196 /* Sets the current configuration for the device to the specified configuration */
197 int usb_device_set_configuration(struct usb_device *device, int configuration);
/system/bt/doc/
H A Ddirectory_layout.md16 * conf - *Configuration* - Various configuration text files.
/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 157 milliseconds