Searched refs:VintfObject (Results 1 – 14 of 14) sorted by relevance
47 using vintf::VintfObject;86 tryAddSchema(VintfObject::GetDeviceHalManifest(), "device manifest", &cStrings); in android_os_VintfObject_report()87 tryAddSchema(VintfObject::GetFrameworkHalManifest(), "framework manifest", &cStrings); in android_os_VintfObject_report()88 tryAddSchema(VintfObject::GetDeviceCompatibilityMatrix(), "device compatibility matrix", in android_os_VintfObject_report()98 int32_t status = VintfObject::GetInstance()->checkCompatibility(&error, in android_os_VintfObject_verifyWithoutAvb()107 tryAddHalNamesAndVersions(VintfObject::GetDeviceHalManifest(), in android_os_VintfObject_getHalNamesAndVersions()109 tryAddHalNamesAndVersions(VintfObject::GetFrameworkHalManifest(), in android_os_VintfObject_getHalNamesAndVersions()115 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); in android_os_VintfObject_getSepolicyVersion()126 VintfObject::GetFrameworkCompatibilityMatrix(); in android_os_VintfObject_getPlatformSepolicyVersion()147 std::shared_ptr<const HalManifest> manifest = VintfObject::GetFrameworkHalManifest(); in android_os_VintfObject_getVndkSnapshots()[all …]
30 using vintf::VintfObject;34 std::shared_ptr<const RuntimeInfo> info = VintfObject::GetRuntimeInfo(flags); \56 VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlag::POLICYVERS); in android_os_VintfRuntimeInfo_getKernelSepolicyVersion()
962 auto runtime_info = vintf::VintfObject::GetInstance()->getRuntimeInfo( in android_os_Debug_isVmapStack()
31 public class VintfObject { class149 private VintfObject() {} in VintfObject() method in VintfObject
1313 int result = VintfObject.verifyWithoutAvb(); in isBuildConsistent()
456 return (VintfObject.verify(list.toArray(new String[list.size()])) == 0); in verifyPackageCompatibility()
26 String[] xmls = VintfObject.report(); in testReport()
20 AutoBoxing: android.os.VintfObject#getTargetFrameworkCompatibilityMatrixVersion():484 MissingNullability: android.os.VintfObject#getHalNamesAndVersions():486 MissingNullability: android.os.VintfObject#getSepolicyVersion():488 MissingNullability: android.os.VintfObject#getTargetFrameworkCompatibilityMatrixVersion():490 MissingNullability: android.os.VintfObject#getVndkSnapshots():492 MissingNullability: android.os.VintfObject#report():
2457 public class VintfObject {
6264 android.os.VintfObject
29053 Landroid/os/VintfObject;
6268 android.os.VintfObject
39160 Landroid/os/VintfObject;
40186 Landroid/os/VintfObject;-><init>()V40187 Landroid/os/VintfObject;->verify([Ljava/lang/String;)I40188 Landroid/os/VintfObject;->verifyWithoutAvb()I