Searched refs:createDeviceMemoryPool (Results 1 – 1 of 1) sorted by relevance
883 RequestMemoryPool createDeviceMemoryPool(uint32_t token) { in createDeviceMemoryPool() function in aidl::android::hardware::neuralnetworks::vts::functional::MemoryDomainExecutionTest983 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()