/developtools/smartperf_host/ide/src/trace/database/ |
D | Procedure.ts | 32 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/profiler/host/smartperf/ide/src/trace/database/ |
D | Procedure.ts | 32 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/ |
D | host_usb.cpp | 430 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 …]
|
D | host_usb.h | 42 static void LIBUSB_CALL USBBulkCallback(struct libusb_transfer *transfer);
|
D | host_uart.cpp | 64 transfer.Wait(); in UartWriteThread()
|
/developtools/hdc/scripts/ |
D | file_path.cfg | 3 /src/common/transfer.h
|
/developtools/hdc/src/common/ |
D | define_plus.h | 296 transfer = libusb_alloc_transfer(0); in HostUSBEndpoint() 305 libusb_free_transfer(transfer); in ~HostUSBEndpoint() 317 libusb_transfer *transfer; member
|
D | uart.h | 267 } transfer;
|
D | uart.cpp | 610 transfer.Request(); in NotifyTransfer() 754 transfer.Sent(); // something is sendout, transfer will timeout for next wait. in SendPkgInUARTOutMap()
|
/developtools/hdc/ |
D | BUILD.gn | 39 "src/common/transfer.cpp", 48 "src/common/transfer.h",
|
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/hdc/test/ |
D | BUILD.gn | 35 "${hdc_path}/src/common/transfer.cpp", 106 "//third_party/lz4/lib", # used in transfer.cpp
|
/developtools/hdc/src/daemon/ |
D | daemon_uart.cpp | 283 transfer.Wait(); in DeamonWriteThread()
|
/developtools/hdc/test/unittest/common/ |
D | host_uart_test.cpp | 634 mockHostUART.transfer.Request(); 637 mockHostUART.transfer.Request();
|
/developtools/hapsigner/ |
D | NOTICE | 110 use, offer to sell, sell, import, and otherwise transfer the Work, 315 use, offer to sell, sell, import, and otherwise transfer the Work, 498 in any manner that enables the transfer of a copy. 520 import and otherwise transfer the Contribution of such Contributor,
|
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/syscap_codec/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/bytrace/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/global_resource_tool/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/ace_ets2bundle/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/packing_tool/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/profiler/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/profiler/host/smartperf/ide/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/ace_js2bundle/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
/developtools/smartperf_host/ide/ |
D | LICENSE | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|