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

  /development/host/windows/usb/api/
adb_helper_routines.h 89 play information, and dev_info_data, representing a specific usb device,
93 @param[in] dev_info_data Device information data obtained via call to
105 PSP_DEVICE_INTERFACE_DATA dev_info_data,
111 play information, and dev_info_data, representing a specific usb device,
116 @param[in] dev_info_data Device information data obtained via call to
123 PSP_DEVICE_INTERFACE_DATA dev_info_data,
adb_helper_routines.cpp 180 PSP_DEVICE_INTERFACE_DATA dev_info_data,
187 dev_info_data,
211 dev_info_data,
227 PSP_DEVICE_INTERFACE_DATA dev_info_data,
231 dev_info_data,
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 253 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
262 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index)
271 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
272 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
289 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
298 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index)
308 if (dev_info_data != NULL) {
309 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
310 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
367 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index, char* filter_path)
1333 SP_DEVINFO_DATA dev_info_data = { 0 }; local
2698 SP_DEVINFO_DATA dev_info_data; local
    [all...]

Completed in 795 milliseconds