Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/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/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
Dhiddevice.cpp153 SetupDiDestroyDeviceInfoList(hDevInfo); in OpenDevice()