Searched defs:USBTransferAsyncContext (Results 1 – 2 of 2) sorted by relevance
146 struct USBTransferAsyncContext : USBAsyncContext { struct147 USBDevicePipe pipe;148 int32_t endpoint;149 int32_t flags;150 int32_t type;151 int32_t status;152 int32_t timeOut = 0;153 int32_t length;154 int32_t actualLength;155 size_t bufferLength = 0;[all …]
1025 struct USBTransferAsyncContext { struct1026 ani_vm *vm;1027 OHOS::USB::USBDevicePipe pipe;1028 int32_t endpoint;1029 int32_t flags;1030 int32_t type;1031 int32_t status;1032 int32_t timeOut = 0;1033 int32_t length;1034 int32_t actualLength;[all …]