Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h90 void addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) REQUIRES(mMutex);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp121 addCacheEntryLocked(unknownSlots[i], std::move(returnedMemories[i])); in ensureCacheEntriesArePresentLocked()
137 void ExecutionBurstServer::MemoryCache::addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) { in addCacheEntryLocked() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer::MemoryCache