Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h56 static const HalManifest *GetDeviceHalManifest(bool skipCache = false);
/system/hwservicemanager/
DVintf.cpp48 vintf::VintfObject::GetDeviceHalManifest()); in getTransport()
/system/libvintf/
Dmain.cpp28 const HalManifest *vm = VintfObject::GetDeviceHalManifest(); in main()
DVintfObject.cpp58 const HalManifest *VintfObject::GetDeviceHalManifest(bool skipCache) { in GetDeviceHalManifest() function in android::vintf::VintfObject
216 std::bind(VintfObject::GetDeviceHalManifest, true /* skipCache */))) != OK) { in checkCompatibility()