Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp115 return GetInstance()->getFrameworkHalManifest(); in GetFrameworkHalManifest()
118 std::shared_ptr<const HalManifest> VintfObject::getFrameworkHalManifest() { in getFrameworkHalManifest() function in android::vintf::VintfObject
588 if (getFrameworkHalManifest() == nullptr) { in checkCompatibility()
621 if (!getFrameworkHalManifest()->checkCompatibility(*getDeviceCompatibilityMatrix(), error)) { in checkCompatibility()
DVintfFm.cpp252 auto frameworkManifest = vintfObject->getFrameworkHalManifest(); in getManifestForLevel()
Dcheck_vintf.cpp500 auto manifest = vintfObject->getFrameworkHalManifest(); in checkDirmaps()
/system/libvintf/include/vintf/
DVintfObject.h102 virtual std::shared_ptr<const HalManifest> getFrameworkHalManifest();
/system/libvintf/test/
Dvintf_object_tests.cpp1632 auto manifest = vintfObject->getFrameworkHalManifest(); in expectContainsInterface()
1653 EXPECT_EQ(nullptr, vintfObject->getFrameworkHalManifest()) in TEST_P()
1708 auto manifest = vintfObject->getFrameworkHalManifest(); in expectContainsHidl()
1718 auto manifest = vintfObject->getFrameworkHalManifest(); in expectContainsAidl()