Home
last modified time | relevance | path

Searched refs:mKernelVersion (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/
DRuntimeInfo.cpp49 return mKernelVersion; in kernelVersion()
91 const MatrixKernel *matrixKernel = mat.findKernel(this->mKernelVersion); in checkCompatibility()
94 *error = "Cannot find suitable kernel entry for " + to_string(mKernelVersion); in checkCompatibility()
DRuntimeInfo-target.cpp196 if (!parse(mRuntimeInfo->mOsRelease.substr(0, pos), &mRuntimeInfo->mKernelVersion)) { in parseKernelVersion()
/system/libvintf/test/
DRuntimeInfo-fake.cpp27 mKernelVersion = {3, 18, 31}; in fetchAllInformation()
Dmain.cpp150 info.mKernelVersion = {3, 18, 31}; in testRuntimeInfo()
/system/libvintf/include/vintf/
DRuntimeInfo.h90 KernelVersion mKernelVersion; member