Lines Matching refs:RunTimePoolInfo
310 static void copyRunTimePoolInfos(const RunTimePoolInfo& srcPool, const RunTimePoolInfo& dstPool) { in copyRunTimePoolInfos()
319 const auto dstPool = RunTimePoolInfo::createFromMemory(uncheckedConvert(dst)); in copyTo()
338 const auto srcPool = RunTimePoolInfo::createFromMemory(uncheckedConvert(src)); in copyFromInternal()
369 static std::tuple<V1_3::ErrorStatus, std::vector<RunTimePoolInfo>,
373 std::vector<RunTimePoolInfo> requestPoolInfos; in createRunTimePoolInfos()
382 RunTimePoolInfo::createFromMemory(uncheckedConvert(pool.hidlMemory())); in createRunTimePoolInfos()
452 const std::vector<RunTimePoolInfo>& poolInfos, const OptionalTimePoint& deadline, in asyncExecute()
508 const std::vector<RunTimePoolInfo>& poolInfos, in executeBase()
572 const std::vector<RunTimePoolInfo>& poolInfos, in executeSynchronouslyBase()
770 const std::vector<RunTimePoolInfo>& poolInfos) in BurstExecutorWithCache()
779 mMemoryCache[slot] = RunTimePoolInfo::createFromMemory(uncheckedConvert(memory)); in addCacheEntry()
815 std::vector<RunTimePoolInfo> requestPoolInfos; in execute()
848 const std::vector<RunTimePoolInfo> mModelPoolInfos;
849 std::map<int32_t, std::optional<RunTimePoolInfo>> mMemoryCache; // cached requestPoolInfos