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

  /system/iot/attestation/at-factory-tool/
serialmapperwin.py 47 class SP_DEVINFO_DATA(ctypes.Structure):
89 devinfo = SP_DEVINFO_DATA()
91 # cbsize is the size of SP_DEVINFO_DATA, need to be set
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports_windows.py 63 class SP_DEVINFO_DATA(ctypes.Structure):
72 PSP_DEVINFO_DATA = ctypes.POINTER(SP_DEVINFO_DATA)
148 devinfo = SP_DEVINFO_DATA()
  /external/libusb/libusb/os/
windows_winusb.c 251 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
260 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *usb_class, unsigned _index)
268 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
286 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
295 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID *guid, unsigned _index)
305 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
364 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID *guid, unsigned _index, char *filter_path)
374 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h 407 } SP_DEVINFO_DATA,*PSP_DEVINFO_DATA;
    [all...]

Completed in 506 milliseconds