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