Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp852 Request::MemoryPool createDeviceMemoryPool(uint32_t token) { in createDeviceMemoryPool() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainExecutionTest
959 Request::MemoryPool badDeviceMemory1 = createDeviceMemoryPool(0); // Invalid token. in TEST_P()
960 Request::MemoryPool badDeviceMemory2 = createDeviceMemoryPool(100); // Unknown token. in TEST_P()
995 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1022 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1054 Request::MemoryPool deviceMemory = createDeviceMemoryPool(inputToken); in TEST_P()
1082 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1116 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1158 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()