Searched refs:tryAddSchema (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_VintfObject.cpp | 114 static void tryAddSchema(const std::shared_ptr<const T>& object, const std::string& description, in tryAddSchema() function 138 tryAddSchema(getDeviceHalManifest(env), "device manifest", &cStrings); in android_os_VintfObject_report() 139 tryAddSchema(getFrameworkHalManifest(env), "framework manifest", &cStrings); in android_os_VintfObject_report() 140 tryAddSchema(getDeviceCompatibilityMatrix(env), "device compatibility matrix", &cStrings); in android_os_VintfObject_report() 141 tryAddSchema(getFrameworkCompatibilityMatrix(env), "framework compatibility matrix", &cStrings); in android_os_VintfObject_report()
|