Searched refs:addCacheEntryLocked (Results 1 – 2 of 2) sorted by relevance
90 void addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) REQUIRES(mMutex);
116 addCacheEntryLocked(unknownSlots[i], std::move(returnedMemories[i])); in ensureCacheEntriesArePresentLocked()131 void Burst::MemoryCache::addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) { in addCacheEntryLocked() function in android::hardware::neuralnetworks::adapter::Burst::MemoryCache