Home
last modified time | relevance | path

Searched refs:VintfObject (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp47 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 …]
H A Dandroid_os_VintfRuntimeInfo.cpp30 using vintf::VintfObject;
34 std::shared_ptr<const RuntimeInfo> info = VintfObject::GetRuntimeInfo(flags); \
56 VintfObject::GetRuntimeInfo(RuntimeInfo::FetchFlag::POLICYVERS); in android_os_VintfRuntimeInfo_getKernelSepolicyVersion()
H A Dandroid_os_Debug.cpp962 auto runtime_info = vintf::VintfObject::GetInstance()->getRuntimeInfo( in android_os_Debug_isVmapStack()
/aosp14/frameworks/base/core/java/android/os/
H A DVintfObject.java31 public class VintfObject { class
149 private VintfObject() {} in VintfObject() method in VintfObject
H A DBuild.java1313 int result = VintfObject.verifyWithoutAvb(); in isBuildConsistent()
H A DRecoverySystem.java456 return (VintfObject.verify(list.toArray(new String[list.size()])) == 0); in verifyPackageCompatibility()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DVintfObjectTest.java26 String[] xmls = VintfObject.report(); in testReport()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt20 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():
H A Dtest-current.txt2457 public class VintfObject {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes6264 android.os.VintfObject
H A Dboot-image-profile.txt29053 Landroid/os/VintfObject;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes6268 android.os.VintfObject
H A Dboot-image-profile.txt39160 Landroid/os/VintfObject;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40186 Landroid/os/VintfObject;-><init>()V
40187 Landroid/os/VintfObject;->verify([Ljava/lang/String;)I
40188 Landroid/os/VintfObject;->verifyWithoutAvb()I