Searched refs:getTransport (Results 1 – 7 of 7) sorted by relevance
/system/hwservicemanager/ |
D | Vintf.h | 31 vintf::Transport getTransport(const std::string &interfaceName,
|
D | ServiceManager.cpp | 412 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()
|
D | Vintf.cpp | 39 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { in getTransport() function
|
D | ServiceManager.h | 50 Return<Transport> getTransport(const hidl_string& fqName,
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 460 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/ |
D | current.txt | 10 method public hal.manifest.Hal.Transport getTransport();
|
/system/libhidl/transport/manager/1.0/ |
D | IServiceManager.hal | 90 getTransport(string fqName, string name) generates (Transport transport);
|