Searched refs:endpoint (Results 1 – 4 of 4) sorted by relevance
76 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints; in CreateHandle() local77 endpoint++) { in CreateHandle()80 if (!GetEndpointInformation(endpoint, &pipe_info)) { in CreateHandle()89 def_read_endpoint_ = endpoint; in CreateHandle()94 def_write_endpoint_ = endpoint; in CreateHandle()
101 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints; in CreateHandle() local102 endpoint++) { in CreateHandle()105 if (!WinUsb_QueryPipe(winusb_handle(), interface_number(), endpoint, in CreateHandle()115 def_read_endpoint_ = endpoint; in CreateHandle()120 def_write_endpoint_ = endpoint; in CreateHandle()
169 DecrementPendingIO(AdbWinUsbEndpointObject* endpoint) in DecrementPendingIO() argument170 : endpoint_(endpoint) {} in DecrementPendingIO()
10 - Sending control requests on endpoint zero that contain data12 - Receiving packets on an interrupt endpoint using a thread that calls