Searched defs:device_handle (Results 1 - 1 of 1) sorted by last modified time

/system/core/adb/client/
H A Dusb_libusb.cpp94 unique_device_handle&& device_handle, uint8_t interface, uint8_t bulk_in,
99 device_handle(device_handle.release()),
120 libusb_device_handle* handle = device_handle;
125 device_handle = nullptr;
140 libusb_device_handle* device_handle; member in struct:libusb::usb_handle
420 if (!it->second->device_handle) {
576 if (!h->device_handle) {
582 info->transfer->dev_handle = h->device_handle;
599 if (!h->device_handle) {
93 usb_handle(const std::string& device_address, const std::string& serial, unique_device_handle&& device_handle, uint8_t interface, uint8_t bulk_in, uint8_t bulk_out, size_t zero_mask, size_t max_packet_size) argument
[all...]

Completed in 45 milliseconds