Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp112 return GetInstance()->getFrameworkHalManifest(); in GetFrameworkHalManifest()
115 std::shared_ptr<const HalManifest> VintfObject::getFrameworkHalManifest() { in getFrameworkHalManifest() function in android::vintf::VintfObject
540 if (getFrameworkHalManifest() == nullptr) { in checkCompatibility()
573 if (!getFrameworkHalManifest()->checkCompatibility(*getDeviceCompatibilityMatrix(), error)) { in checkCompatibility()
Dcheck_vintf.cpp449 auto manifest = vintfObject->getFrameworkHalManifest(); in checkDirmaps()
/system/libvintf/include/vintf/
DVintfObject.h101 virtual std::shared_ptr<const HalManifest> getFrameworkHalManifest();
/system/libvintf/test/
Dvintf_object_tests.cpp1529 auto manifest = vintfObject->getFrameworkHalManifest(); in expectContainsInterface()
1548 EXPECT_EQ(nullptr, vintfObject->getFrameworkHalManifest()) in TEST_P()