Searched refs:getDeviceHalManifest (Results 1 – 5 of 5) sorted by relevance
106 return GetInstance()->getDeviceHalManifest(); in GetDeviceHalManifest()109 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject137 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix()438 auto deviceManifest = getDeviceHalManifest(); in filterHalsByDeviceManifestLevel()565 auto manifest = getDeviceHalManifest(); in getRuntimeInfo()592 if (getDeviceHalManifest() == nullptr) { in checkCompatibility()614 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()853 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()910 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()986 auto manifest = getDeviceHalManifest(); in checkUnusedHals()
356 auto deviceManifest = vintfObject->getDeviceHalManifest(); in logHalsFromNewFcms()463 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles()530 auto manifest = vintfObject->getDeviceHalManifest(); in checkDirmaps()
115 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return mDeviceManifest; } in getDeviceHalManifest() function in android::vintf::details::FmOnlyVintfObject
804 return vintfObject->getDeviceHalManifest(); in get()876 return vintfObject->getDeviceHalManifest(); in get()976 vintfObject->getDeviceHalManifest(); in SetUp()1135 vintfObject->getDeviceHalManifest(); in expectTargetFcmVersion()1703 (void)vintfObject->getDeviceHalManifest(); in expectTargetFcmVersion()
96 virtual std::shared_ptr<const HalManifest> getDeviceHalManifest();