Home
last modified time | relevance | path

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

/aosp_15_r20/development/host/windows/usb/api/
H A Dadb_helper_routines.cpp180 PSP_DEVICE_INTERFACE_DATA dev_info_data, in GetUsbDeviceDetails() argument
187 dev_info_data, in GetUsbDeviceDetails()
211 dev_info_data, in GetUsbDeviceDetails()
227 PSP_DEVICE_INTERFACE_DATA dev_info_data, in GetUsbDeviceName() argument
231 dev_info_data, in GetUsbDeviceName()
H A Dadb_helper_routines.h105 PSP_DEVICE_INTERFACE_DATA dev_info_data,
123 PSP_DEVICE_INTERFACE_DATA dev_info_data,
/aosp_15_r20/external/libusb/libusb/os/
H A Dwindows_winusb.c222 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *enumerator, unsigned _index) in get_devinfo_data() argument
233 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA); in get_devinfo_data()
234 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) { in get_devinfo_data()
260 PSP_DEVINFO_DATA dev_info_data, LPCGUID guid, DWORD *_index, char **dev_interface_path) in get_interface_details() argument
270 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA); in get_interface_details()
273 if (!pSetupDiEnumDeviceInfo(dev_info, *_index, dev_info_data)) { in get_interface_details()
287 if (pSetupDiEnumDeviceInterfaces(dev_info, dev_info_data, guid, 0, &dev_interface_data)) in get_interface_details()
292 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details()
304 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details()
315 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details()
[all …]