Home
last modified time | relevance | path

Searched refs:SetupDiDestroyDeviceInfoList (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dlist_ports_windows.py77 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable
78 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]
79 SetupDiDestroyDeviceInfoList.restype = BOOL
232 SetupDiDestroyDeviceInfoList(g_hdi)
/external/python/pyserial/serial/tools/
Dlist_ports_windows.py83 SetupDiDestroyDeviceInfoList = setupapi.SetupDiDestroyDeviceInfoList variable
84 SetupDiDestroyDeviceInfoList.argtypes = [HDEVINFO]
85 SetupDiDestroyDeviceInfoList.restype = BOOL
416 SetupDiDestroyDeviceInfoList(g_hdi)
/external/cronet/base/win/
Dscoped_devinfo.h17 static void Free(HDEVINFO h) { SetupDiDestroyDeviceInfoList(h); } in Free()
/external/libusb/libusb/os/
Dwindows_winusb.h254 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiDestroyDeviceInfoList, (HDEVINFO));
Dwindows_winusb.c193 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiDestroyDeviceInfoList, true); in init_dlls()