Home
last modified time | relevance | path

Searched refs:getTransport (Results 1 – 7 of 7) sorted by relevance

/system/hwservicemanager/
DVintf.h31 vintf::Transport getTransport(const std::string &interfaceName,
DServiceManager.cpp412 using ::android::hardware::getTransport; in addImpl()
413 if (vintf::Transport::EMPTY != getTransport(childFqName, name)) { in addImpl()
419 if (vintf::Transport::EMPTY == getTransport(interfaceChain[i], name)) { in addImpl()
456 Return<ServiceManager::Transport> ServiceManager::getTransport(const hidl_string& fqName, in getTransport() function in android::hidl::manager::implementation::ServiceManager
458 using ::android::hardware::getTransport; in getTransport()
464 switch (getTransport(fqName, name)) { in getTransport()
DVintf.cpp39 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport() function
DServiceManager.h50 Return<Transport> getTransport(const hidl_string& fqName,
/system/libhidl/transport/
DServiceManagement.cpp460 Return<Transport> getTransport(const hidl_string& /* fqName */, in getTransport() function
755 Return<Transport> transportRet = sm->getTransport(descriptor, instance); in getRawServiceInternal()
850 Return<Transport> transport = sm->getTransport(descriptor, name); in registerAsServiceInternal()
/system/libvintf/xsd/halManifest/api/
Dcurrent.txt10 method public hal.manifest.Hal.Transport getTransport();
/system/libhidl/transport/manager/1.0/
DIServiceManager.hal90 getTransport(string fqName, string name) generates (Transport transport);