Home
last modified time | relevance | path

Searched refs:transfer (Results 1 – 25 of 33) sorted by relevance

12

/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedure.ts32 queryFunc(type: string, args: any, transfer: any, handler: Function) {
41 if (transfer) {
43 if (Array.isArray(transfer)) {
44 if (transfer.length > 0) {
45 this.postMessage(pam, [...transfer]);
50 this.postMessage(pam, [transfer]);
203 …submitWithName(name: string, type: string, args: any, transfer: any, handler: Function): Procedure…
209 thread!.queryFunc(type, args, transfer, handler);
214 submitWithNamePromise(name: string, type: string, args: any, transfer: any): Promise<any> {
221 thread!.queryFunc(type, args, transfer, (res: any, hover: any) => {
/developtools/smartperf_host/ide/src/trace/database/
DProcedure.ts32 queryFunc(type: string, args: any, transfer: any, handler: Function) {
41 if (transfer) {
43 if (Array.isArray(transfer)) {
44 if (transfer.length > 0) {
45 this.postMessage(pam, [...transfer]);
50 this.postMessage(pam, [transfer]);
203 …submitWithName(name: string, type: string, args: any, transfer: any, handler: Function): Procedure…
209 thread!.queryFunc(type, args, transfer, handler);
214 submitWithNamePromise(name: string, type: string, args: any, transfer: any): Promise<any> {
221 thread!.queryFunc(type, args, transfer, (res: any, hover: any) => {
/developtools/hdc/src/host/
Dhost_usb.cpp430 libusb_cancel_transfer(hUSB->hostBulkIn.transfer); in CancelUsbIo()
438 libusb_cancel_transfer(hUSB->hostBulkOut.transfer); in CancelUsbIo()
492 void LIBUSB_CALL HdcHostUSB::USBBulkCallback(struct libusb_transfer *transfer) in USBBulkCallback() argument
494 auto *ep = reinterpret_cast<HostUSBEndpoint *>(transfer->user_data); in USBBulkCallback()
499 if (transfer->status != LIBUSB_TRANSFER_COMPLETED) { in USBBulkCallback()
500 WRITE_LOG(LOG_FATAL, "USBBulkCallback1 failed, ret:%d", transfer->status); in USBBulkCallback()
503 if (!ep->bulkInOut && transfer->actual_length != transfer->length) { in USBBulkCallback()
504 transfer->length -= transfer->actual_length; in USBBulkCallback()
505 transfer->buffer += transfer->actual_length; in USBBulkCallback()
511 childRet = libusb_submit_transfer(transfer); in USBBulkCallback()
[all …]
Dhost_usb.h42 static void LIBUSB_CALL USBBulkCallback(struct libusb_transfer *transfer);
Dhost_uart.cpp64 transfer.Wait(); in UartWriteThread()
/developtools/hdc/scripts/
Dfile_path.cfg3 /src/common/transfer.h
/developtools/hdc/src/common/
Ddefine_plus.h296 transfer = libusb_alloc_transfer(0); in HostUSBEndpoint()
305 libusb_free_transfer(transfer); in ~HostUSBEndpoint()
317 libusb_transfer *transfer; member
Duart.h267 } transfer;
Duart.cpp610 transfer.Request(); in NotifyTransfer()
754 transfer.Sent(); // something is sendout, transfer will timeout for next wait. in SendPkgInUARTOutMap()
/developtools/hdc/
DBUILD.gn39 "src/common/transfer.cpp",
48 "src/common/transfer.h",
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/hdc/test/
DBUILD.gn35 "${hdc_path}/src/common/transfer.cpp",
106 "//third_party/lz4/lib", # used in transfer.cpp
/developtools/hdc/src/daemon/
Ddaemon_uart.cpp283 transfer.Wait(); in DeamonWriteThread()
/developtools/hdc/test/unittest/common/
Dhost_uart_test.cpp634 mockHostUART.transfer.Request();
637 mockHostUART.transfer.Request();
/developtools/ace_js2bundle/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/profiler/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/packing_tool/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/ace_ets2bundle/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/syscap_codec/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/bytrace/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/smartperf_host/ide/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/profiler/host/smartperf/ide/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/global_resource_tool/
DLICENSE78 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/smartperf_host/
DLICENSE77 use, offer to sell, sell, import, and otherwise transfer the Work,
/developtools/packing_tool/jar/
DNOTICE81 use, offer to sell, sell, import, and otherwise transfer the Work,

12