Searched defs:interfaceName (Results 1 - 10 of 10) sorted by relevance

/system/hwservicemanager/
H A DVintf.cpp25 vintf::Transport getTransport(const std::string &interfaceName, const std::string &instanceName) { argument
26 FQName fqName(interfaceName);
28 LOG(DEBUG) << "getTransport: " << interfaceName << " is not a valid fully-qualified name.";
H A DHidlService.h25 HidlService(const std::string &interfaceName,
29 HidlService(const std::string &interfaceName, argument
32 interfaceName,
H A DAccessControl.cpp14 const char* interfaceName; member in struct:android::audit_data
75 ad.interfaceName = interface;
105 if (!ad || !ad->interfaceName) {
110 snprintf(buf, len, "interface=%s pid=%d", ad->interfaceName, ad->pid);
H A DHidlService.cpp14 const std::string &interfaceName,
18 : mInterfaceName(interfaceName),
13 HidlService( const std::string &interfaceName, const std::string &instanceName, const sp<IBase> &service, pid_t pid) argument
/system/tools/hidl/
H A DHash.cpp161 const std::string &interfaceName,
170 return file->lookup(interfaceName);
160 lookupHash(const std::string &path, const std::string &interfaceName, std::string *err) argument
H A DAST.cpp138 const FQName interfaceName = fqName.getTopLevelType(); local
140 importAST = mCoordinator->parse(interfaceName, &mImportedASTs, false /* enforce */);
145 if (fqName == interfaceName) {
H A DgenerateCpp.cpp135 static void declareGetService(Formatter &out, const std::string &interfaceName, bool isTry) { argument
138 out << "static ::android::sp<" << interfaceName << "> " << functionName << "("
140 out << "static ::android::sp<" << interfaceName << "> " << functionName << "("
144 out << "static ::android::sp<" << interfaceName << "> " << functionName << "("
149 out << "static ::android::sp<" << interfaceName << "> " << functionName << "("
153 static void declareServiceManagerInteractions(Formatter &out, const std::string &interfaceName) { argument
154 declareGetService(out, interfaceName, true /* isTry */);
155 declareGetService(out, interfaceName, false /* isTry */);
171 const std::string interfaceName = fqName.getInterfaceName(); local
175 << "::android::sp<" << interfaceName << "> " << interfaceNam
345 const std::string interfaceName = fqName.getInterfaceName(); local
350 out << "::android::status_t " << interfaceName << "::registerAsService(" local
369 out << "bool " << interfaceName << "::registerForNotifications(\\n"; local
1477 const std::string interfaceName = iface->localName(); local
1483 << "(const ::android::sp<" << interfaceName <<"> &_hidl_impl)\\n"; local
1518 << "(const ::android::sp<" << interfaceName << "> &_hidl_impl," local
[all...]
/system/libvintf/
H A DHalManifest.cpp120 const std::string &interfaceName, const std::string &instanceName) const {
128 auto it = hal->interfaces.find(interfaceName);
131 << interfaceName << "' in " << package << "@" << to_string(v);
138 << package << "@" << to_string(v) << "::" << interfaceName;
144 << package << "@" << v << "::" << interfaceName << "/" << instanceName;
163 const std::string &halName, const std::string &interfaceName) const {
166 auto it = hal->interfaces.find(interfaceName);
175 const std::string &interfaceName, const std::string &instanceName) const {
176 const auto &instances = getInstances(halName, interfaceName);
119 getTransport(const std::string &package, const Version &v, const std::string &interfaceName, const std::string &instanceName) const argument
174 hasInstance(const std::string &halName, const std::string &interfaceName, const std::string &instanceName) const argument
/system/libhidl/transport/
H A DServiceManagement.cpp130 const std::string& /* interfaceName */,
196 static void registerReference(const hidl_string &interfaceName, const hidl_string &instanceName) { argument
200 << interfaceName << "/" << instanceName
204 auto ret = binderizedManager->registerPassthroughClient(interfaceName, instanceName);
207 << interfaceName << "/" << instanceName
212 << interfaceName << "/" << instanceName;
359 .interfaceName = matchedName,
/system/netd/server/
H A DMDnsSdListener.cpp158 const char *interfaceName, const char *serviceName, const char *serviceType,
162 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
174 int interfaceInt = ifaceNameToI(interfaceName);
214 const char *interfaceName, const char *serviceName, const char *regType,
217 ALOGD("resolveService(%d, %s, %s, %s, %s)", requestId, interfaceName,
229 int interfaceInt = ifaceNameToI(interfaceName);
284 const char *interfaceName, uint32_t protocol, const char *hostname) {
285 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
295 int interfaceInt = ifaceNameToI(interfaceName);
441 char *interfaceName local
157 serviceRegister(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *serviceType, const char *domain, const char *host, int port, int txtLen, void *txtRecord) argument
213 resolveService(SocketClient *cli, int requestId, const char *interfaceName, const char *serviceName, const char *regType, const char *domain) argument
283 getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName, uint32_t protocol, const char *hostname) argument
467 char *interfaceName = NULL; // will use all local
505 char *interfaceName = NULL; // default local
[all...]

Completed in 1132 milliseconds