Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/include/vintf/
H A DHalManifest.h230 bool shouldCheckKernelCompatibility() const;
/aosp_15_r20/system/libvintf/
H A DHalManifest.cpp543 if (flags.isKernelEnabled() && shouldCheckKernelCompatibility() && in checkCompatibility()
554 bool HalManifest::shouldCheckKernelCompatibility() const { in shouldCheckKernelCompatibility() function in android::vintf::HalManifest