Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DHalManifest.h224 bool shouldCheckKernelCompatibility() const;
/system/libvintf/
DHalManifest.cpp436 if (flags.isKernelEnabled() && shouldCheckKernelCompatibility() && in checkCompatibility()
447 bool HalManifest::shouldCheckKernelCompatibility() const { in shouldCheckKernelCompatibility() function in android::vintf::HalManifest