HomeSort by relevance Sort by last modified time
    Searched refs:SetupDiEnumDeviceInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 85 SetupDiEnumDeviceInfo = setupapi.SetupDiEnumDeviceInfo
86 SetupDiEnumDeviceInfo.argtypes = [HDEVINFO, DWORD, PSP_DEVINFO_DATA]
87 SetupDiEnumDeviceInfo.restype = BOOL
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
  /external/libusb/libusb/os/
windows_winusb.h 317 DLL_DECLARE_FUNC_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInfo, (HDEVINFO, DWORD, PSP_DEVINFO_DATA));
windows_winusb.c 226 DLL_LOAD_FUNC_PREFIXED(SetupAPI, p, SetupDiEnumDeviceInfo, TRUE);
    [all...]

Completed in 247 milliseconds