Home
last modified time | relevance | path

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

/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
H A DHdfUsbdBenchmarkTransferTest.cpp61 int32_t tlen = 0; in InitAshmemOne() local
68 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
69 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
70 offset += tlen; in InitAshmemOne()
/test/xts/hats/hdf/usb/transferTest_additional/common/
H A Dusbd_transfer_test_additional.cpp61 int32_t tlen = 0; in InitAshmemOne() local
69 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
70 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
71 offset += tlen; in InitAshmemOne()
/test/xts/hats/hdf/usb/transferTest/common/
H A Dusbd_transfer_test.cpp67 int32_t tlen = 0; in InitAshmemOne() local
75 tlen = (asmSize - offset) < ASHMEM_MAX_SIZE ? (asmSize - offset) : ASHMEM_MAX_SIZE; in InitAshmemOne()
76 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
77 offset += tlen; in InitAshmemOne()

Completed in 10 milliseconds