Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp910 RequestMemoryPool createDeviceMemoryPool(uint32_t token) { in createDeviceMemoryPool() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainExecutionTest
1010 RequestMemoryPool badDeviceMemory1 = createDeviceMemoryPool(0); // Invalid token. in TEST_P()
1011 RequestMemoryPool badDeviceMemory2 = createDeviceMemoryPool(100); // Unknown token. in TEST_P()
1046 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1073 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1107 RequestMemoryPool deviceMemory = createDeviceMemoryPool(inputToken); in TEST_P()
1135 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1169 RequestMemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1217 RequestMemoryPool deviceMemory = createDeviceMemoryPool(deviceBuffer.token); in TEST_P()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DMemoryDomainTests.cpp856 Request::MemoryPool createDeviceMemoryPool(uint32_t token) { in createDeviceMemoryPool() function in android::hardware::neuralnetworks::V1_3::vts::functional::MemoryDomainExecutionTest
963 Request::MemoryPool badDeviceMemory1 = createDeviceMemoryPool(0); // Invalid token. in TEST_P()
964 Request::MemoryPool badDeviceMemory2 = createDeviceMemoryPool(100); // Unknown token. in TEST_P()
999 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1026 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1058 Request::MemoryPool deviceMemory = createDeviceMemoryPool(inputToken); in TEST_P()
1086 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1120 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()
1167 Request::MemoryPool deviceMemory = createDeviceMemoryPool(token); in TEST_P()