Searched refs:parent_interf (Results 1 – 6 of 6) sorted by relevance
/development/host/windows/usb/api/ |
D | adb_endpoint_object.cpp | 25 AdbEndpointObject::AdbEndpointObject(AdbInterfaceObject* parent_interf, in AdbEndpointObject() argument 29 parent_interface_(parent_interf), in AdbEndpointObject()
|
D | adb_legacy_endpoint_object.h | 40 AdbLegacyEndpointObject(AdbLegacyInterfaceObject* parent_interf,
|
D | adb_legacy_endpoint_object.cpp | 30 AdbLegacyInterfaceObject* parent_interf, in AdbLegacyEndpointObject() argument 33 : AdbEndpointObject(parent_interf, endpoint_id, endpoint_index), in AdbLegacyEndpointObject()
|
D | adb_endpoint_object.h | 43 AdbEndpointObject(AdbInterfaceObject* parent_interf,
|
/development/host/windows/usb/winusb/ |
D | adb_winusb_endpoint_object.cpp | 27 AdbWinUsbInterfaceObject* parent_interf, in AdbWinUsbEndpointObject() argument 30 : AdbEndpointObject(parent_interf, endpoint_id, endpoint_index), in AdbWinUsbEndpointObject()
|
D | adb_winusb_endpoint_object.h | 39 AdbWinUsbEndpointObject(AdbWinUsbInterfaceObject* parent_interf,
|