Home
last modified time | relevance | path

Searched refs:getDeviceHalManifest (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/
DVintfObject.cpp106 return GetInstance()->getDeviceHalManifest(); in GetDeviceHalManifest()
109 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject
137 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()
Dcheck_vintf.cpp356 auto deviceManifest = vintfObject->getDeviceHalManifest(); in logHalsFromNewFcms()
463 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles()
530 auto manifest = vintfObject->getDeviceHalManifest(); in checkDirmaps()
DVintfFm.cpp115 std::shared_ptr<const HalManifest> getDeviceHalManifest() override { return mDeviceManifest; } in getDeviceHalManifest() function in android::vintf::details::FmOnlyVintfObject
/system/libvintf/test/
Dvintf_object_tests.cpp804 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()
/system/libvintf/include/vintf/
DVintfObject.h96 virtual std::shared_ptr<const HalManifest> getDeviceHalManifest();