Home
last modified time | relevance | path

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

/development/host/windows/usb/api/
Dadb_endpoint_object.h192 AdbInterfaceObject* parent_interface() const { in parent_interface() function
207 return (NULL != parent_interface()) ? parent_interface()->adb_handle() : in GetParentInterfaceHandle()
Dadb_endpoint_object.cpp47 return parent_interface()->GetEndpointInformation(endpoint_index(), info); in GetEndpointInformation()
/development/host/windows/usb/winusb/
Dadb_winusb_endpoint_object.h157 return reinterpret_cast<AdbWinUsbInterfaceObject*>(parent_interface()); in parent_winusb_interface()