Searched refs:endpoint_id (Results 1 - 10 of 10) sorted by relevance

/development/host/windows/usb/winusb/
H A Dadb_winusb_endpoint_object.cpp28 UCHAR endpoint_id,
30 : AdbEndpointObject(parent_interf, endpoint_id, endpoint_index) {
77 endpoint_id(),
83 endpoint_id(),
128 endpoint_id(),
134 endpoint_id(),
163 endpoint_id(), PIPE_TRANSFER_TIMEOUT,
26 AdbWinUsbEndpointObject( AdbWinUsbInterfaceObject* parent_interf, UCHAR endpoint_id, UCHAR endpoint_index) argument
H A Dadb_winusb_endpoint_object.h35 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
40 UCHAR endpoint_id,
H A Dadb_winusb_interface.h156 @param[in] endpoint_id Endpoint (pipe) address on the device.
162 ADBAPIHANDLE OpenEndpoint(UCHAR endpoint_id, UCHAR endpoint_index);
H A Dadb_winusb_interface.cpp300 UCHAR endpoint_id; local
304 endpoint_id = read_endpoint_id_;
308 endpoint_id = write_endpoint_id_;
315 return OpenEndpoint(endpoint_id, endpoint_index);
318 ADBAPIHANDLE AdbWinUsbInterfaceObject::OpenEndpoint(UCHAR endpoint_id, argument
329 new AdbWinUsbEndpointObject(this, endpoint_id, endpoint_index);
/development/host/windows/usb/api/
H A Dadb_endpoint_object.cpp26 UCHAR endpoint_id,
30 endpoint_id_(endpoint_id),
25 AdbEndpointObject(AdbInterfaceObject* parent_interf, UCHAR endpoint_id, UCHAR endpoint_index) argument
H A Dadb_endpoint_object.h39 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
44 UCHAR endpoint_id,
196 UCHAR endpoint_id() const { function in class:AdbEndpointObject
H A Dadb_legacy_endpoint_object.h36 @param[in] endpoint_id Endpoint ID (endpoint address) on the device.
41 UCHAR endpoint_id,
H A Dadb_legacy_interface.h127 @param[in] endpoint_id Endpoint (pipe) address on the device.
140 UCHAR endpoint_id,
H A Dadb_legacy_interface.cpp218 UCHAR endpoint_id; local
224 endpoint_id = read_endpoint_id_;
229 endpoint_id = write_endpoint_id_;
241 return OpenEndpoint(endpoint_name.c_str(), endpoint_id, endpoint_index,
247 UCHAR endpoint_id,
260 new AdbLegacyEndpointObject(this, endpoint_id, endpoint_index);
245 OpenEndpoint( const wchar_t* endpoint_name, UCHAR endpoint_id, UCHAR endpoint_index, AdbOpenAccessType access_type, AdbOpenSharingMode sharing_mode) argument
H A Dadb_legacy_endpoint_object.cpp31 UCHAR endpoint_id,
33 : AdbEndpointObject(parent_interf, endpoint_id, endpoint_index),
29 AdbLegacyEndpointObject( AdbLegacyInterfaceObject* parent_interf, UCHAR endpoint_id, UCHAR endpoint_index) argument

Completed in 43 milliseconds