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.cpp712 return !p->getHidlInstances("android.hardware.foo", {1, 0}, "IVendor").empty(); in containsVendorManifest()
716 return !p->getHidlInstances("android.hardware.foo", {2, 0}, "IVendorEtc").empty(); in containsVendorEtcManifest()
720 return p->getHidlInstances("android.hardware.foo", {1, 0}, "IVendorEtc").empty(); in vendorEtcManifestOverridden()
724 return !p->getHidlInstances("android.hardware.foo", {1, 1}, "IOdm").empty(); in containsOdmManifest()
728 return !p->getHidlInstances("android.hardware.foo", {1, 1}, "IOdmProduct").empty(); in containsOdmProductManifest()
1538 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.h120 std::set<std::string> getHidlInstances(const std::string& package, const Version& version,
/system/libvintf/
DHalManifest.cpp507 std::set<std::string> HalManifest::getHidlInstances(const std::string& package, in getHidlInstances() function in android::vintf::HalManifest