Home
last modified time | relevance | path

Searched refs:allocateSharedMemory (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp682 Memory allocateSharedMemory(uint32_t size) { in allocateSharedMemory() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainCopyTestBase
712 Memory memory = allocateSharedMemory(kTestOperandDataSize); in initializeDeviceMemory()
734 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()
735 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()
748 Memory badMemory1 = allocateSharedMemory(badMemorySize1); in TEST_P()
749 Memory badMemory2 = allocateSharedMemory(badMemorySize2); in TEST_P()
750 Memory goodMemory = allocateSharedMemory(kTestOperandDataSize); in TEST_P()
767 Memory memory = allocateSharedMemory(kTestOperandDataSize); in TEST_P()
793 Memory memory = allocateSharedMemory(kTestOperandDataSize); in TEST_P()
819 Memory memory = allocateSharedMemory(kTestOperandDataSize); in TEST_P()
[all …]
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DGeneratedTestHarness.cpp96 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
DUtils.cpp55 mHidlMemory = nn::allocateSharedMemory(size); in initialize()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DGeneratedTestHarness.cpp103 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DGeneratedTestHarness.cpp164 hidl_memory tmp = nn::allocateSharedMemory(testBuffer.size()); in allocateInternal()
299 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()
499 hidl_memory tmp = nn::allocateSharedMemory(size); in getBuffer()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp136 hidl_vec_push_back(&pools, nn::allocateSharedMemory(constRefSize)); in createModel()