Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp883 RequestMemoryPool createDeviceMemoryPool(uint32_t token) { in createDeviceMemoryPool() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainExecutionTest
983 RequestMemoryPool badDeviceMemory1 = createDeviceMemoryPool(0); // Invalid token. in TEST_P()
984 RequestMemoryPool badDeviceMemory2 = createDeviceMemoryPool(100); // Unknown token. in TEST_P()
1019 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1046 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1080 RequestMemoryPool deviceMemory = createDeviceMemoryPool(inputToken); in TEST_P()
1108 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1142 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1190 RequestMemoryPool deviceMemory = createDeviceMemoryPool(deviceBuffer.token); in TEST_P()