Searched refs:guid_to_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | windows_winusb.c | 108 static const char *guid_to_string(const GUID *guid, char guid_string[MAX_GUID_STRING_LENGTH]) in guid_to_string() function 276 guid_to_string(guid, guid_string), ULONG_CAST(*_index), windows_error_str(0)); 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() 323 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 333 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details() 1695 …usbi_dbg(ctx, "ENUM pass %s %s", passname[pass_type], guid_to_string(guid_list[pass], guid_string)… in winusb_get_device_list() 1793 usbi_dbg(ctx, "extra GUID: %s", guid_to_string(if_guid, guid_string)); in winusb_get_device_list()
|