Searched refs:SetupDiDestroyDeviceInfoList (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py77 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable
78 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]
79 SetupDiDestroyDeviceInfoList.restype = BOOL
232 SetupDiDestroyDeviceInfoList(g_hdi)
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_win.cc207 SetupDiDestroyDeviceInfoList(interface_enumerator);
211 SetupDiDestroyDeviceInfoList(interface_enumerator);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.cc38 return ::SetupDiDestroyDeviceInfoList(handle) != FALSE;
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_win.cc455 SetupDiDestroyDeviceInfoList(device_info);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h315 DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
H A Dwindows_usb.c239 DLL_LOAD_PREFIXED(SetupAPI.dll, p, SetupDiDestroyDeviceInfoList, TRUE);

Completed in 770 milliseconds