Home
last modified time | relevance | path

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

/system/hwservicemanager/
DVintf.cpp83 std::set<std::string> manifestSet = manifest->getHidlInstances( in insertManifestInstances()
/system/libvintf/test/
Dvintf_object_tests.cpp705 return !p->getHidlInstances("android.hardware.foo", {1, 0}, "IVendor").empty(); in containsVendorManifest()
709 return !p->getHidlInstances("android.hardware.foo", {2, 0}, "IVendorEtc").empty(); in containsVendorEtcManifest()
713 return p->getHidlInstances("android.hardware.foo", {1, 0}, "IVendorEtc").empty(); in vendorEtcManifestOverridden()
717 return !p->getHidlInstances("android.hardware.foo", {1, 1}, "IOdm").empty(); in containsOdmManifest()
721 return !p->getHidlInstances("android.hardware.foo", {1, 1}, "IOdmProduct").empty(); in containsOdmProductManifest()
1531 EXPECT_NE(manifest->getHidlInstances("android.hardware.foo", {1, 0}, interface).empty(), in expectContainsInterface()
DLibVintfTest.cpp446 EXPECT_EQ(vm.getHidlInstances("android.hardware.camera", {2, 0}, "ICamera"), in TEST_F()
448 EXPECT_EQ(vm.getHidlInstances("android.hardware.camera", {2, 0}, "IBetterCamera"), in TEST_F()
450 EXPECT_EQ(vm.getHidlInstances("android.hardware.camera", {2, 0}, "INotExist"), in TEST_F()
452 EXPECT_EQ(vm.getHidlInstances("android.hardware.nfc", {1, 0}, "INfc"), in TEST_F()
/system/libvintf/include/vintf/
DHalManifest.h125 std::set<std::string> getHidlInstances(const std::string& package, const Version& version,
/system/libvintf/
DHalManifest.cpp549 std::set<std::string> HalManifest::getHidlInstances(const std::string& package, in getHidlInstances() function in android::vintf::HalManifest