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

  /development/host/windows/usb/api/
adb_interface.h 150 USB_CONFIGURATION_DESCRIPTOR* desc);
178 const USB_CONFIGURATION_DESCRIPTOR* usb_config_descriptor() const {
192 USB_CONFIGURATION_DESCRIPTOR usb_config_descriptor_;
adb_interface.cpp 85 USB_CONFIGURATION_DESCRIPTOR* desc) {
97 sizeof(USB_CONFIGURATION_DESCRIPTOR));
adb_api.h 358 USB_CONFIGURATION_DESCRIPTOR* desc);
adb_legacy_interface.cpp 306 ATLASSERT(!ret || (sizeof(USB_CONFIGURATION_DESCRIPTOR) == ret_bytes));
adb_api.cpp 255 USB_CONFIGURATION_DESCRIPTOR* desc) {
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.h 418 /// Prints USB_CONFIGURATION_DESCRIPTOR to debug output
419 void PrintConfigDescriptor(const USB_CONFIGURATION_DESCRIPTOR* desc,
468 __forceinline const USB_CONFIGURATION_DESCRIPTOR* configuration_descriptor() const {
android_usb_device_object.cpp 624 if (output_buf_len >= sizeof(USB_CONFIGURATION_DESCRIPTOR)) {
633 sizeof(USB_CONFIGURATION_DESCRIPTOR));
637 sizeof(USB_CONFIGURATION_DESCRIPTOR));
644 sizeof(USB_CONFIGURATION_DESCRIPTOR));
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 158 } USB_CONFIGURATION_DESCRIPTOR;
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 222 USB_CONFIGURATION_DESCRIPTOR config_desc;

Completed in 939 milliseconds