Searched refs:SetupDiGetDeviceInstanceId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py98 SetupDiGetDeviceInstanceId = setupapi.SetupDiGetDeviceInstanceIdA variable
99 SetupDiGetDeviceInstanceId.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, PTSTR, DWORD, PDWORD]
100 SetupDiGetDeviceInstanceId.restype = BOOL
182 if not SetupDiGetDeviceInstanceId(
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win.cc252 BOOL success = SetupDiGetDeviceInstanceId(
259 success = SetupDiGetDeviceInstanceId(device_info_handle,

Completed in 177 milliseconds