Home
last modified time | relevance | path

Searched refs:asmptr (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/hdf/usb/usbdBenchmarkTest/common/
DHdfUsbdBenchmarkTransferTest.cpp48 int32_t InitAshmemOne(sptr<Ashmem>& asmptr, int32_t asmSize, uint8_t rflg) in InitAshmemOne() argument
50 asmptr = Ashmem::CreateAshmem("ttashmem000", asmSize); in InitAshmemOne()
51 if (asmptr == nullptr) { in InitAshmemOne()
55 asmptr->MapReadAndWriteAshmem(); in InitAshmemOne()
68 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
/test/xts/hats/hdf/usb/transferTest_additional/common/
Dusbd_transfer_test_additional.cpp48 int32_t InitAshmemOne(sptr<Ashmem> &asmptr, int32_t asmSize, uint8_t rflg) in InitAshmemOne() argument
50 asmptr = Ashmem::CreateAshmem("ttashmem000", asmSize); in InitAshmemOne()
51 if (asmptr == nullptr) { in InitAshmemOne()
56 asmptr->MapReadAndWriteAshmem(); in InitAshmemOne()
70 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()
/test/xts/hats/hdf/usb/transferTest/common/
Dusbd_transfer_test.cpp53 int32_t InitAshmemOne(sptr<Ashmem> &asmptr, int32_t asmSize, uint8_t rflg) in InitAshmemOne() argument
55 asmptr = Ashmem::CreateAshmem("ttashmem000", asmSize); in InitAshmemOne()
56 if (asmptr == nullptr) { in InitAshmemOne()
61 asmptr->MapReadAndWriteAshmem(); in InitAshmemOne()
75 asmptr->WriteToAshmem(tdata, tlen, offset); in InitAshmemOne()