Home
last modified time | relevance | path

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

/base/usb/usb_manager/interfaces/kits/js/napi/include/
Dusb_async_context.h100 struct USBDeviceControlTransferAsyncContext : USBAsyncContext { struct
101 USBDevicePipe pipe;
102 uint32_t reqType;
103 int32_t request;
104 int32_t value;
105 int32_t index;
106 int32_t length;
107 uint8_t *buffer;
108 uint32_t bufferLength;
109 uint32_t dataSize;
[all …]