Home
last modified time | relevance | path

Searched refs:hardware_dev_info (Results 1 – 2 of 2) sorted by relevance

/development/host/windows/usb/api/
Dadb_helper_routines.cpp83 bool EnumerateDeviceInterfaces(HDEVINFO hardware_dev_info, in EnumerateDeviceInterfaces() argument
101 if (SetupDiEnumDeviceInterfaces(hardware_dev_info, in EnumerateDeviceInterfaces()
111 if (GetUsbDeviceName(hardware_dev_info, &interface_data, &dev_name)) { in EnumerateDeviceInterfaces()
153 HDEVINFO hardware_dev_info = in EnumerateDeviceInterfaces() local
158 if (INVALID_HANDLE_VALUE != hardware_dev_info) { in EnumerateDeviceInterfaces()
160 ret = EnumerateDeviceInterfaces(hardware_dev_info, in EnumerateDeviceInterfaces()
169 SetupDiDestroyDeviceInfoList(hardware_dev_info); in EnumerateDeviceInterfaces()
179 HDEVINFO hardware_dev_info, in GetUsbDeviceDetails() argument
186 if (SetupDiGetDeviceInterfaceDetail(hardware_dev_info, in GetUsbDeviceDetails()
210 if (SetupDiGetDeviceInterfaceDetail(hardware_dev_info, in GetUsbDeviceDetails()
[all …]
Dadb_helper_routines.h58 bool EnumerateDeviceInterfaces(HDEVINFO hardware_dev_info,
104 bool GetUsbDeviceDetails(HDEVINFO hardware_dev_info,
122 bool GetUsbDeviceName(HDEVINFO hardware_dev_info,