Searched refs:getDeviceHalManifest (Results 1 – 2 of 2) sorted by relevance
86 static std::shared_ptr<const HalManifest> getDeviceHalManifest(JNIEnv* env) { in getDeviceHalManifest() function138 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()
70 return {ManifestWithDescription{vintfObject->getDeviceHalManifest(), "device"}, in GetManifestsWithDescription()