Searched refs:GetEndpointInformation (Results 1 - 8 of 8) sorted by relevance

/development/host/windows/usb/api/
H A Dadb_endpoint_object.cpp41 bool AdbEndpointObject::GetEndpointInformation(AdbEndpointInformation* info) { function in class:AdbEndpointObject
47 return parent_interface()->GetEndpointInformation(endpoint_index(), info);
H A Dadb_legacy_interface.h96 virtual bool GetEndpointInformation(UCHAR endpoint_index,
H A Dadb_endpoint_object.h111 virtual bool GetEndpointInformation(AdbEndpointInformation* info);
H A Dadb_interface.h86 virtual bool GetEndpointInformation(UCHAR endpoint_index,
H A Dadb_legacy_interface.cpp80 if (!GetEndpointInformation(endpoint, &pipe_info)) {
171 bool AdbLegacyInterfaceObject::GetEndpointInformation( function in class:AdbLegacyInterfaceObject
H A Dadb_api.cpp297 bool ret = adb_object->GetEndpointInformation(endpoint_index, info);
382 bool ret = adb_object->GetEndpointInformation(info);
/development/host/windows/usb/winusb/
H A Dadb_winusb_interface.h126 virtual bool GetEndpointInformation(UCHAR endpoint_index,
H A Dadb_winusb_interface.cpp237 bool AdbWinUsbInterfaceObject::GetEndpointInformation( function in class:AdbWinUsbInterfaceObject

Completed in 47 milliseconds