Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/test/
DBufferTest.cpp41 const auto kMemory = nn::createSharedMemory(4).value(); variable
101 const auto result = buffer->copyTo(kMemory); in TEST()
114 const auto result = buffer->copyTo(kMemory); in TEST()
130 const auto result = buffer->copyTo(kMemory); in TEST()
144 const auto result = buffer->copyTo(kMemory); in TEST()
158 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
173 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
189 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
205 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DBufferTest.cpp39 const auto kMemory = nn::createSharedMemory(4).value(); variable
99 const auto result = buffer->copyTo(kMemory); in TEST()
112 const auto result = buffer->copyTo(kMemory); in TEST()
128 const auto result = buffer->copyTo(kMemory); in TEST()
142 const auto result = buffer->copyTo(kMemory); in TEST()
156 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
169 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
185 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
201 const auto result = buffer->copyFrom(kMemory, {}); in TEST()
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DCommonUtils.h94 kMemory(std::move(memory)), in RelocationTracker()
104 const nn::SharedMemory kMemory; variable