Searched refs:tryAddSchema (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_VintfObject.cpp | 62 static void tryAddSchema(const std::shared_ptr<const T>& object, const std::string& description, in tryAddSchema() function 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() 90 tryAddSchema(VintfObject::GetFrameworkCompatibilityMatrix(), "framework compatibility matrix", in android_os_VintfObject_report()
|