Lines Matching refs:MemoryCache
96 const std::shared_ptr<ExecutionBurstController::MemoryCache>& memoryCache) { in getMemoriesHelper()
113 ExecutionBurstController::MemoryCache::MemoryCache() { in MemoryCache() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController::MemoryCache
122 void ExecutionBurstController::MemoryCache::setBurstContext(sp<IBurstContext> burstContext) { in setBurstContext()
127 std::pair<int32_t, ExecutionBurstController::MemoryCache::SharedCleanup>
128 ExecutionBurstController::MemoryCache::cacheMemory(const nn::SharedMemory& memory) { in cacheMemory()
166 nn::GeneralResult<nn::SharedMemory> ExecutionBurstController::MemoryCache::getMemory(int32_t slot) { in getMemory()
174 void ExecutionBurstController::MemoryCache::freeMemory(const nn::SharedMemory& memory) { in freeMemory()
189 int32_t ExecutionBurstController::MemoryCache::allocateSlotLocked() { in allocateSlotLocked()
211 const std::shared_ptr<MemoryCache>& memoryCache) in ExecutionBurstCallback()
262 auto memoryCache = std::make_shared<MemoryCache>(); in create()
293 std::shared_ptr<MemoryCache> memoryCache, neuralnetworks::utils::DeathHandler deathHandler) in ExecutionBurstController()