Searched refs:getDeviceHalManifest (Results 1 – 4 of 4) sorted by relevance
103 return GetInstance()->getDeviceHalManifest(skipCache); in GetDeviceHalManifest()106 std::shared_ptr<const HalManifest> VintfObject::getDeviceHalManifest(bool skipCache) { in getDeviceHalManifest() function in android::vintf::VintfObject137 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix()520 auto manifest = getDeviceHalManifest(); in getRuntimeInfo()550 if (getDeviceHalManifest() == nullptr) { in checkCompatibility()572 if (!getDeviceHalManifest()->checkCompatibility(*getFrameworkCompatibilityMatrix(), error)) { in checkCompatibility()838 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()889 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation()907 auto manifest = getDeviceHalManifest(); in getKernelLevel()964 auto manifest = getDeviceHalManifest(); in checkUnusedHals()
413 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles()464 auto manifest = vintfObject->getDeviceHalManifest(); in checkDirmaps()
743 return vintfObject->getDeviceHalManifest(true /* skipCache */); in get()815 return vintfObject->getDeviceHalManifest(true /* skipCache */); in get()903 vintfObject->getDeviceHalManifest(true /* skipCache */); in SetUp()1042 vintfObject->getDeviceHalManifest(true /* skipCache */); in expectTargetFcmVersion()
96 virtual std::shared_ptr<const HalManifest> getDeviceHalManifest(bool skipCache = false);