Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DMemoryDomainTests.cpp215 std::vector<RequestMemoryPool> memoryPools; in createRequestMemoryPools() local
216 memoryPools.reserve(sizeof...(Args)); in createRequestMemoryPools()
218 (memoryPools.push_back(utils::clone(pools).value()), ...); in createRequestMemoryPools()
219 return memoryPools; in createRequestMemoryPools()