/external/libusb/libusb/os/ |
darwin_usb.h | 75 #define usb_device_t IOUSBDeviceInterface320 macro 81 #define usb_device_t IOUSBDeviceInterface300 macro 87 #define usb_device_t IOUSBDeviceInterface245 macro 93 #define usb_device_t IOUSBDeviceInterface197 macro 99 #define usb_device_t IOUSBDeviceInterface187 macro 105 #define usb_device_t IOUSBDeviceInterface182 macro 123 usb_device_t **device;
|
darwin_usb.c | 151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { 153 usb_device_t **device; 187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) { 403 usb_device_t **device = NULL; 438 static int process_new_device (struct libusb_context *ctx, usb_device_t **device, UInt32 locationID, struct discovered_devs **_discdevs) { 555 usb_device_t **device; 580 usb_device_t **darwin_device; 729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) { [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.h | 70 #define usb_device_t IOUSBDeviceInterface500 macro 76 #define usb_device_t IOUSBDeviceInterface320 macro 82 #define usb_device_t IOUSBDeviceInterface300 macro 88 #define usb_device_t IOUSBDeviceInterface245 macro 93 #define usb_device_t IOUSBDeviceInterface197 macro 119 usb_device_t **device;
|
darwin_usb.c | 229 static usb_device_t **darwin_device_from_service (io_service_t service) 232 usb_device_t **device; 533 usb_device_t **darwin_device = dev->device; 589 static int darwin_request_descriptor (usb_device_t **device, UInt8 desc, UInt8 desc_index, void *buffer, size_t buffer_size) { 608 usb_device_t **device = dev->device; 741 usb_device_t **device; [all...] |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 840 type usb_device_t; 1209 typeattribute usb_device_t device_node; 1210 allow usb_device_t fs_t:filesystem associate; 1211 allow usb_device_t tmpfs_t:filesystem associate; 1212 allow usb_device_t tmp_t:filesystem associate; [all...] |