Home
last modified time | relevance | path

Searched refs:runtimeInfo (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
Dcheck_vintf.cpp426 std::shared_ptr<StaticRuntimeInfo> runtimeInfo) { in checkAllFiles() argument
431 if (!runtimeInfo) flags = flags.disableRuntimeInfo(); in checkAllFiles()
437 .setRuntimeInfoFactory(std::make_unique<StaticRuntimeInfoFactory>(runtimeInfo)) in checkAllFiles()
599 std::shared_ptr<StaticRuntimeInfo> runtimeInfo; in main() local
602 runtimeInfo = getRuntimeInfo(kernelArgs); in main()
603 if (runtimeInfo == nullptr) { in main()
613 auto compat = checkAllFiles(dirmap, properties, runtimeInfo); in main()
DVintfObject.cpp928 auto runtimeInfo = getRuntimeInfo(RuntimeInfo::FetchFlag::KERNEL_FCM); in getKernelLevel() local
929 if (!runtimeInfo) { in getKernelLevel()
933 if (runtimeInfo->kernelLevel() != Level::UNSPECIFIED) { in getKernelLevel()
934 return runtimeInfo->kernelLevel(); in getKernelLevel()