Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp62 static void tryAddSchema(const std::shared_ptr<const T>& object, const XmlConverter<T>& converter, in tryAddSchema() function
87 tryAddSchema(VintfObject::GetDeviceHalManifest(), gHalManifestConverter, in android_os_VintfObject_report()
89 tryAddSchema(VintfObject::GetFrameworkHalManifest(), gHalManifestConverter, in android_os_VintfObject_report()
91 tryAddSchema(VintfObject::GetDeviceCompatibilityMatrix(), gCompatibilityMatrixConverter, in android_os_VintfObject_report()
93 tryAddSchema(VintfObject::GetFrameworkCompatibilityMatrix(), gCompatibilityMatrixConverter, in android_os_VintfObject_report()