Searched refs:addCacheEntryLocked (Results 1 – 2 of 2) sorted by relevance
90 void addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) REQUIRES(mMutex);
121 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