Searched refs:getDeviceHalManifest (Results 1 – 4 of 4) sorted by relevance
103 return GetInstance()->getDeviceHalManifest(); in GetDeviceHalManifest()106 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest() { in getDeviceHalManifest() function in android::vintf::VintfObject134 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix()514 auto manifest = getDeviceHalManifest(); in getRuntimeInfo()544 if (getDeviceHalManifest() == nullptr) { in checkCompatibility()566 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()832 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()882 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()900 auto manifest = getDeviceHalManifest(); in getKernelLevel()956 auto manifest = getDeviceHalManifest(); in checkUnusedHals()
414 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles()465 auto manifest = vintfObject->getDeviceHalManifest(); in checkDirmaps()
736 return vintfObject->getDeviceHalManifest(); in get()808 return vintfObject->getDeviceHalManifest(); in get()896 vintfObject->getDeviceHalManifest(); in SetUp()1035 vintfObject->getDeviceHalManifest(); in expectTargetFcmVersion()
95 virtual std::shared_ptr<const HalManifest> getDeviceHalManifest();