Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_VintfRuntimeInfo.cpp34 std::shared_ptr<const RuntimeInfo> info = VintfObject::GetRuntimeInfo(flags); \
56 VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlag::POLICYVERS); in android_os_VintfRuntimeInfo_getKernelSepolicyVersion()
/aosp12/system/libvintf/include/vintf/
H A DVintfObject.h311 static std::shared_ptr<const RuntimeInfo> GetRuntimeInfo(
/aosp12/system/libvintf/
H A Dmain.cpp249 auto ki = VintfObject::GetRuntimeInfo();
H A DVintfObject.cpp533 std::shared_ptr<const RuntimeInfo> VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlags flags) { in GetRuntimeInfo() function in android::vintf::VintfObject
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp583 TEST_F(VintfObjectRuntimeInfoTest, GetRuntimeInfo) { in TEST_F() argument