Home
last modified time | relevance | path

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

/development/host/windows/usb/api/
Dadb_interface.h140 virtual bool GetUsbDeviceDescriptor(USB_DEVICE_DESCRIPTOR* desc);
Dadb_interface.cpp68 bool AdbInterfaceObject::GetUsbDeviceDescriptor(USB_DEVICE_DESCRIPTOR* desc) { in GetUsbDeviceDescriptor() function in AdbInterfaceObject
Dadb_api.cpp245 bool ret = adb_object->GetUsbDeviceDescriptor(desc); in AdbGetUsbDeviceDescriptor()