Searched defs:getTransport (Results 1 - 4 of 4) sorted by relevance

/system/hwservicemanager/
H A DVintf.cpp20 return vm->getTransport(fqName.package(),
25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { function in namespace:android::hardware
H A DServiceManager.cpp247 Return<ServiceManager::Transport> ServiceManager::getTransport(const hidl_string& fqName, function in class:android::hidl::manager::implementation::ServiceManager
249 using ::android::hardware::getTransport;
256 switch (getTransport(fqName, name)) {
/system/libvintf/
H A DHalManifest.cpp113 Transport HalManifest::getTransport(const std::string &package, const Version &v, function in class:android::vintf::HalManifest
125 LOG(DEBUG) << "HalManifest::getTransport(" << to_string(mType) << "): Cannot find "
131 LOG(DEBUG) << "HalManifest::getTransport(" << to_string(mType) << "): Cannot find interface '"
137 LOG(DEBUG) << "HalManifest::getTransport(" << to_string(mType) << "): Cannot find instance '"
144 LOG(DEBUG) << "HalManifest::getTransport(" << to_string(mType) << "): Cannot get transport for "
/system/libhidl/transport/
H A DServiceManagement.cpp356 Return<Transport> getTransport(const hidl_string& /* fqName */, function in struct:android::hardware::PassthroughServiceManager
358 LOG(FATAL) << "Cannot getTransport with passthrough service manager.";

Completed in 277 milliseconds