Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h62 static const HalManifest *GetFrameworkHalManifest(bool skipCache = false);
/system/hwservicemanager/
DVintf.cpp43 vintf::VintfObject::GetFrameworkHalManifest()); in getTransport()
/system/libvintf/
Dmain.cpp34 const HalManifest *fm = VintfObject::GetFrameworkHalManifest(); in main()
DVintfObject.cpp65 const HalManifest *VintfObject::GetFrameworkHalManifest(bool skipCache) { in GetFrameworkHalManifest() function in android::vintf::VintfObject
211 std::bind(VintfObject::GetFrameworkHalManifest, true /* skipCache */))) != OK) { in checkCompatibility()