Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp86 static std::shared_ptr<const HalManifest> getDeviceHalManifest(JNIEnv* env) { in getDeviceHalManifest() function
138 tryAddSchema(getDeviceHalManifest(env), "device manifest", &cStrings); in android_os_VintfObject_report()
161 tryAddHalNamesAndVersions(getDeviceHalManifest(env), "device manifest", &halNames); in android_os_VintfObject_getHalNamesAndVersions()
167 std::shared_ptr<const HalManifest> manifest = getDeviceHalManifest(env); in android_os_VintfObject_getSepolicyVersion()
213 std::shared_ptr<const HalManifest> manifest = getDeviceHalManifest(env); in android_os_VintfObject_getTargetFrameworkCompatibilityMatrixVersion()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp70 return {ManifestWithDescription{vintfObject->getDeviceHalManifest(), "device"}, in GetManifestsWithDescription()