OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetupDiGetClassDevs
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py
89
SetupDiGetClassDevs
= setupapi.SetupDiGetClassDevsA
90
SetupDiGetClassDevs
.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
91
SetupDiGetClassDevs
.restype = HDEVINFO
92
SetupDiGetClassDevs
.errcheck = ValidHandle
142
g_hdi =
SetupDiGetClassDevs
(
/development/host/windows/usb/api/
adb_helper_routines.cpp
151
//
SetupDiGetClassDevs
() returns a device information set that
154
SetupDiGetClassDevs
(&class_id, NULL, NULL, flags);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
hiddevice.cpp
88
hDevInfo=
SetupDiGetClassDevs
(&HidGuid, NULL, NULL, DIGCF_PRESENT|DIGCF_INTERFACEDEVICE);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h
[
all
...]
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
Completed in 399 milliseconds