Home
last modified time | relevance | path

Searched defs:getDeviceHalManifest (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
DVintfObjectRecovery.h53 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return nullptr; } in getDeviceHalManifest() function
/system/libvintf/
DVintfFm.cpp119 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return mDeviceManifest; } in getDeviceHalManifest() function in android::vintf::details::FmOnlyVintfObject
DVintfObject.cpp128 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject