Searched refs:deviceManifest (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/libaidlvintf_test_helper/ |
D | Vintf.cpp | 32 auto deviceManifest = vintf::VintfObject::GetDeviceHalManifest(); in getAidlHalInstanceNames() local 33 for (const std::string& instance : deviceManifest->getAidlInstances(package, iface)) { in getAidlHalInstanceNames()
|
/system/libvintf/ |
D | check_vintf.cpp | 356 auto deviceManifest = vintfObject->getDeviceHalManifest(); in logHalsFromNewFcms() local 357 if (deviceManifest == nullptr) { in logHalsFromNewFcms() 372 matrix.level() > deviceManifest->level(); in logHalsFromNewFcms() 376 CompatibilityMatrix::combine(deviceManifest->level(), &matrixFragments, &error); in logHalsFromNewFcms() 380 << deviceManifest->level() << ": " << error; in logHalsFromNewFcms() 382 auto unused = deviceManifest->checkUnusedHals(*combined, hidlMetadata); in logHalsFromNewFcms() 385 << deviceManifest->level(); in logHalsFromNewFcms() 389 << deviceManifest->level() << ": "; in logHalsFromNewFcms() 463 auto deviceManifest = vintfObject->getDeviceHalManifest(); in checkAllFiles() local 465 if (deviceManifest == nullptr) { in checkAllFiles() [all …]
|
D | VintfObject.cpp | 137 auto deviceManifest = getDeviceHalManifest(); in getFrameworkCompatibilityMatrix() local 143 std::bind(&VintfObject::getCombinedFrameworkMatrix, this, deviceManifest, _1, _2)); in getFrameworkCompatibilityMatrix() 154 const std::shared_ptr<const HalManifest>& deviceManifest, CompatibilityMatrix* out, in getCombinedFrameworkMatrix() argument 170 if (deviceManifest != nullptr) { in getCombinedFrameworkMatrix() 171 deviceLevel = deviceManifest->level(); in getCombinedFrameworkMatrix() 438 auto deviceManifest = getDeviceHalManifest(); in filterHalsByDeviceManifestLevel() local 439 if (deviceManifest == nullptr) { in filterHalsByDeviceManifestLevel() 444 Level deviceManifestLevel = deviceManifest->level(); in filterHalsByDeviceManifestLevel() 853 auto deviceManifest = getDeviceHalManifest(); in checkDeprecation() local 854 if (deviceManifest == nullptr) { in checkDeprecation() [all …]
|
/system/libvintf/include/vintf/ |
D | VintfObject.h | 315 status_t getCombinedFrameworkMatrix(const std::shared_ptr<const HalManifest>& deviceManifest,
|