Searched refs:SetupDiOpenDevRegKey (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 102 SetupDiOpenDevRegKey = setupapi.SetupDiOpenDevRegKey variable 103 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM] 104 SetupDiOpenDevRegKey.restype = HKEY 155 hkey = SetupDiOpenDevRegKey(
|
/external/python/pyserial/serial/tools/ |
D | list_ports_windows.py | 108 SetupDiOpenDevRegKey = setupapi.SetupDiOpenDevRegKey variable 109 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM] 110 SetupDiOpenDevRegKey.restype = HKEY 276 hkey = SetupDiOpenDevRegKey(
|
/external/rust/android-crates-io/crates/serialport/src/windows/ |
D | enumerate.rs | 332 SetupDiOpenDevRegKey( in name()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 251 DLL_DECLARE_FUNC_PREFIXED(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD…
|
D | windows_winusb.c | 195 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiOpenDevRegKey, true); in init_dlls()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/ |
D | mod.rs | 579 …tem" #[doc = "Required features: `\"Win32_System_Registry\"`"] fn SetupDiOpenDevRegKey(deviceinfos…
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/ |
D | mod.rs | 579 …tem" #[doc = "Required features: `\"Win32_System_Registry\"`"] fn SetupDiOpenDevRegKey(deviceinfos…
|