Home
last modified time | relevance | path

Searched refs:tlen (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp1210 uint32_t tlen = (handle->size > handle->rcur) ? (handle->size - handle->rcur) : 0; in UsbdBulkASyncPutAsmData() local
1211 tlen = tlen < len ? tlen : len; in UsbdBulkASyncPutAsmData()
1212 if (tlen > 0) { in UsbdBulkASyncPutAsmData()
1213 ret = memcpy_s(handle->starAddr + handle->rcur, tlen, buffer, len); in UsbdBulkASyncPutAsmData()
1220 handle->rcur += tlen; in UsbdBulkASyncPutAsmData()
1260 uint32_t tlen = 0; in UsbdBulkAsyncGetAsmReqLen() local
1263 tlen = handle->size - handle->cur; in UsbdBulkAsyncGetAsmReqLen()
1264 tlen in UsbdBulkAsyncGetAsmReqLen()
[all...]
/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_transfer_test.cpp89 int32_t tlen = 0; in InitAshmemOne() local
96 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
97 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
98 offset += tlen; in InitAshmemOne()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_transfer_auto_test.cpp90 int32_t tlen = 0; in InitAshmemOne() local
98 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
99 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
100 offset += tlen; in InitAshmemOne()
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_transfer_test.cpp72 int32_t tlen = 0; in InitAshmemOne() local
80 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
81 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
82 offset += tlen; in InitAshmemOne()

Completed in 13 milliseconds