Searched defs:getDeviceHalManifest (Results 1 – 3 of 3) sorted by relevance
| /system/libvintf/include/vintf/ | ||
| D | VintfObjectRecovery.h | 53 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return nullptr; } in getDeviceHalManifest() function |
| /system/libvintf/ | ||
| D | VintfFm.cpp | 119 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return mDeviceManifest; } in getDeviceHalManifest() function in android::vintf::details::FmOnlyVintfObject |
| D | VintfObject.cpp | 91 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject |