Home
last modified time | relevance | path

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

/system/hwservicemanager/
DVintf.cpp59 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport()
103 fqName, vintf::VintfObject::GetFrameworkHalManifest(), "framework", &ret); in getInstances()
/system/libvintf/libaidlvintf_test_helper/
DVintf.cpp37 auto frameworkManifest = vintf::VintfObject::GetFrameworkHalManifest(); in getAidlHalInstanceNames()
/system/libvintf/include/vintf/
DVintfObject.h273 static std::shared_ptr<const HalManifest> GetFrameworkHalManifest();
/system/libvintf/
Dmain.cpp246 auto fm = VintfObject::GetFrameworkHalManifest(); in main()
DVintfObject.cpp111 std::shared_ptr<const HalManifest> VintfObject::GetFrameworkHalManifest() { in GetFrameworkHalManifest() function in android::vintf::VintfObject