Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompliance.cpp174 V1_3::Request::MemoryPool sharedMemoryPool, in TEST_F() local
176 sharedMemoryPool.hidlMemory(allocateSharedMemory(1024)); in TEST_F()
177 ASSERT_TRUE(sharedMemoryPool.hidlMemory().valid()); in TEST_F()
184 .pools = {ahwbMemoryPool, sharedMemoryPool}, in TEST_F()
191 .pools = {sharedMemoryPool, ahwbMemoryPool}, in TEST_F()
197 V1_3::Request::MemoryPool sharedMemoryPool, deviceMemoryPool; in TEST_F() local
198 sharedMemoryPool.hidlMemory(allocateSharedMemory(1024)); in TEST_F()
199 ASSERT_TRUE(sharedMemoryPool.hidlMemory().valid()); in TEST_F()
206 .pools = {deviceMemoryPool, sharedMemoryPool}, in TEST_F()
213 .pools = {sharedMemoryPool, deviceMemoryPool}, in TEST_F()