Home
last modified time | relevance | path

Searched defs:GetDeviceDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/backend/
H A Derror.rs51 GetDeviceDescriptor(UsbUtilError), enumerator
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
H A Dusbd_def.h203 uint8_t *(*GetDeviceDescriptor)( USBD_SpeedTypeDef speed , uint16_t *length); member
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/
H A Dusbd_def.h203 uint8_t *(*GetDeviceDescriptor)( USBD_SpeedTypeDef speed , uint16_t *length); member
/aosp_15_r20/packages/modules/adb/client/
Dusb_libusb.cpp357 std::optional<libusb_device_descriptor> GetDeviceDescriptor() { in GetDeviceDescriptor() function