Home
last modified time | relevance | path

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

/system/hwservicemanager/
DVintf.cpp35 return vm->getHidlTransport(fqName.package(), fqName.getVersion(), in getTransportFromManifest()
/system/libvintf/include/vintf/
DHalManifest.h74 Transport getHidlTransport(const std::string& name, const Version& v,
/system/libvintf/test/
DLibVintfTest.cpp240 EXPECT_EQ(Transport::HWBINDER, vm.getHidlTransport("android.hardware.camera", in TEST_F()
435 vm.getHidlTransport("android.hidl.manager", {2, 1}, "IServiceManager", "default")); in TEST_F()
437 vm.getHidlTransport("android.hidl.manager", {2, 0}, "IServiceManager", "default")); in TEST_F()
439 vm.getHidlTransport("android.hidl.manager", {2, 2}, "IServiceManager", "default")); in TEST_F()
441 vm.getHidlTransport("android.hidl.manager", {1, 0}, "IServiceManager", "default")); in TEST_F()
3189 manifest.getHidlTransport("android.hardware.foo", {1, 1}, "IFoo", "custom")); in TEST_F()
3894 manifest.getHidlTransport("android.system.foo", details::kFakeAidlVersion, "IFoo", in TEST_F()
3913 manifest.getHidlTransport("android.system.foo", details::kFakeAidlVersion, "IFoo", in TEST_F()
/system/libvintf/
DHalManifest.cpp186 Transport HalManifest::getHidlTransport(const std::string& package, const Version& v, in getHidlTransport() function in android::vintf::HalManifest