Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_libusb.cpp253 const auto& endpoint_desc = interface_desc.endpoint[endpoint_num]; in process_device() local
254 const uint8_t endpoint_addr = endpoint_desc.bEndpointAddress; in process_device()
255 const uint8_t endpoint_attr = endpoint_desc.bmAttributes; in process_device()
266 zero_mask = endpoint_desc.wMaxPacketSize - 1; in process_device()
272 size_t endpoint_packet_size = endpoint_desc.wMaxPacketSize; in process_device()