Lines Matching refs:RunTimePoolInfo
313 static void copyRunTimePoolInfos(const RunTimePoolInfo& srcPool, const RunTimePoolInfo& dstPool) { in copyRunTimePoolInfos()
322 const auto dstPool = RunTimePoolInfo::createFromHidlMemory(dst); in copyTo()
339 const auto srcPool = RunTimePoolInfo::createFromHidlMemory(src); in copyFromInternal()
370 static std::tuple<ErrorStatus, std::vector<RunTimePoolInfo>,
374 std::vector<RunTimePoolInfo> requestPoolInfos; in createRunTimePoolInfos()
382 auto buffer = RunTimePoolInfo::createFromHidlMemory(pool.hidlMemory()); in createRunTimePoolInfos()
452 const std::vector<RunTimePoolInfo>& poolInfos, in asyncExecute()
506 const std::vector<RunTimePoolInfo>& poolInfos, in executeBase()
567 const std::vector<RunTimePoolInfo>& poolInfos, const OptionalTimePoint& halDeadline, in executeSynchronouslyBase()
759 const std::vector<RunTimePoolInfo>& poolInfos) in BurstExecutorWithCache()
768 mMemoryCache[slot] = RunTimePoolInfo::createFromHidlMemory(memory); in addCacheEntry()
804 std::vector<RunTimePoolInfo> requestPoolInfos; in execute()
835 const std::vector<RunTimePoolInfo> mModelPoolInfos;
836 std::map<int32_t, std::optional<RunTimePoolInfo>> mMemoryCache; // cached requestPoolInfos