Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp87 tryAddSchema(VintfObject::GetFrameworkHalManifest(), "framework manifest", &cStrings); in android_os_VintfObject_report()
109 tryAddHalNamesAndVersions(VintfObject::GetFrameworkHalManifest(), in android_os_VintfObject_getHalNamesAndVersions()
147 std::shared_ptr<const HalManifest> manifest = VintfObject::GetFrameworkHalManifest(); in android_os_VintfObject_getVndkSnapshots()
/aosp12/system/hwservicemanager/
H A DVintf.cpp59 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport()
103 fqName, vintf::VintfObject::GetFrameworkHalManifest(), "framework", &ret); in getInstances()
/aosp12/system/libvintf/libaidlvintf_test_helper/
H A DVintf.cpp37 auto frameworkManifest = vintf::VintfObject::GetFrameworkHalManifest(); in getAidlHalInstanceNames()
/aosp12/system/libvintf/include/vintf/
H A DVintfObject.h290 static std::shared_ptr<const HalManifest> GetFrameworkHalManifest();
/aosp12/system/libvintf/
H A Dmain.cpp246 auto fm = VintfObject::GetFrameworkHalManifest();
H A DVintfObject.cpp114 std::shared_ptr<const HalManifest> VintfObject::GetFrameworkHalManifest() { in GetFrameworkHalManifest() function in android::vintf::VintfObject
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp48 ManifestWithDescription{ vintf::VintfObject::GetFrameworkHalManifest(), "framework" }, in forEachManifest()
/aosp12/frameworks/native/cmds/lshal/
H A DListCommand.cpp182 return vintf::VintfObject::GetFrameworkHalManifest(); in getFrameworkManifest()