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

/system/netd/
H A DMDnsSdListener.cpp98 const char *regType, const char *replyDomain, void *inContext) {
99 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext);
191 const char *domain, void *inContext) {
192 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext);
245 uint16_t txtLen, const unsigned char *txtRecord, void *inContext) {
246 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext);
300 const struct sockaddr *const sa, uint32_t ttl, void *inContext) {
301 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext);
357 DNSServiceErrorType errorCode, const char *hostname, void *inContext) {
358 MDnsSdListener::Context *context = reinterpret_cast<MDnsSdListener::Context *>(inContext);
96 MDnsSdListenerDiscoverCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *replyDomain, void *inContext) argument
189 MDnsSdListenerRegisterCallback(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *domain, void *inContext) argument
243 MDnsSdListenerResolveCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *inContext) argument
298 MDnsSdListenerGetAddrInfoCallback(DNSServiceRef sdRef, DNSServiceFlags flags, uint32_t interface, DNSServiceErrorType errorCode, const char *hostname, const struct sockaddr *const sa, uint32_t ttl, void *inContext) argument
356 MDnsSdListenerSetHostnameCallback(DNSServiceRef sdRef, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *hostname, void *inContext) argument
[all...]

Completed in 21 milliseconds