Searched refs:matchKernelVersion (Results 1 – 2 of 2) sorted by relevance
44 bool matchKernelVersion(const KernelVersion& minLts) const;
71 bool KernelInfo::matchKernelVersion(const KernelVersion& minLts) const { in matchKernelVersion() function in android::vintf::KernelInfo217 if (!matchKernelVersion(matrixKernel->minLts())) { in getMatchedKernelVersionAndConfigs()