Searched refs:kernelConfigs (Results 1 - 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
H A DRuntimeInfo.h57 const std::map<std::string, std::string> &kernelConfigs() const;
/system/libvintf/
H A DRuntimeInfo.cpp52 const std::map<std::string, std::string> &RuntimeInfo::kernelConfigs() const { function in class:android::vintf::RuntimeInfo
H A DAssembleVintf.cpp246 std::vector<KernelConfig> kernelConfigs; local
247 if ((ret &= parseFileForKernelConfigs(namedStream.stream(), &kernelConfigs)))
248 out->emplace_back(std::move(condition), std::move(kernelConfigs));

Completed in 58 milliseconds