/system/netd/ |
D | ResolverController.cpp | 32 ALOGD("setDefaultInterface iface = %s\n", iface); in setDefaultInterface() 42 ALOGD("setInterfaceDnsServers iface = %s\n", iface); in setInterfaceDnsServers() 52 ALOGD("setInterfaceAddress iface = %s\n", iface); in setInterfaceAddress() 62 ALOGD("flushDefaultDnsCache\n"); in flushDefaultDnsCache() 72 ALOGD("flushInterfaceDnsCache iface = %s\n", iface); in flushInterfaceDnsCache()
|
D | TetherController.cpp | 57 ALOGD("Setting IP forward enable = %d", enable); in setIpFwdEnabled() 107 ALOGD("Starting tethering services"); in startTethering() 167 ALOGD("Tethering services running"); in startTethering() 180 ALOGD("Stopping tethering services"); in stopTethering() 187 ALOGD("Tethering services stopped"); in stopTethering() 199 ALOGD("TetherController::startReverseTethering, Starting reverse tethering"); in startReverseTethering() 239 ALOGD("Reverse Tethering running, pid:%d", pid); in startReverseTethering() 252 ALOGD("Stopping tethering services"); in stopReverseTethering() 257 ALOGD("Tethering services stopped"); in stopReverseTethering() 275 ALOGD("setDnsForwarders(%d = '%s')", i, servers[i]); in setDnsForwarders() [all …]
|
D | MDnsSdListener.cpp | 52 if (DBG) ALOGD("MDnsSdListener::Hander starting up"); in Handler() 66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId, in discover() 77 if (VDBG) ALOGD("using ref %p", ref); in discover() 91 if (VDBG) ALOGD("discover successful"); in discover() 112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d", in MDnsSdListenerDiscoverCallback() 145 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref); in stop() 158 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId, in serviceRegister() 184 if (VDBG) ALOGD("serviceRegister successful"); in serviceRegister() 204 if (VDBG) ALOGD("register succeeded for %d as %s", refNumber, serviceName); in MDnsSdListenerRegisterCallback() [all …]
|
D | DnsProxyListener.cpp | 74 ALOGD("GetAddrInfoHandler, now for %s / %s", mHost, mService); in run() 112 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 153 ALOGD("GetAddrInfoHandler for %s / %s", in runCommand() 177 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 235 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n"); in run() 244 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n", in run()
|
D | SoftapController.cpp | 87 ALOGD("Softap startap - Ok"); in startSoftap() 101 ALOGD("Stopping Softap service"); in stopSoftap() 110 ALOGD("Softap service stopped"); in stopSoftap() 257 ALOGD("Softap fwReload - Ok"); in fwReloadSoftap()
|
D | PppController.cpp | 112 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 116 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
|
D | main.cpp | 146 ALOGD("Child process %d exited", pid); in sigchld_handler()
|
D | CommandListener.cpp | 448 ALOGD("Setting iface cfg"); in runCommand() 478 ALOGD("Trying to bring up %s", argv[2]); in runCommand() 486 ALOGD("Trying to bring down %s", argv[2]); in runCommand() 515 ALOGD("Clearing all IP addresses on %s", argv[2]); in runCommand() 643 ALOGD("CommandListener::TetherCmd::run, call startReverseTethering, iface:%s", argv[2]); in runCommand() 646 ALOGD("CommandListener::TetherCmd::run, call stopReverseTethering"); in runCommand()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 73 ALOGD("%s", errmsg); in printerr() 154 ALOGD("--- dhcp %s (%d) ---", in dump_dhcp_info() 158 ALOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength); in dump_dhcp_info() 159 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1)); in dump_dhcp_info() 160 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2)); in dump_dhcp_info() 161 ALOGD("server %s, lease %d seconds", in dump_dhcp_info() 257 ALOGD("===== DHCP message:"); in dump_dhcp_msg() 259 ALOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE); in dump_dhcp_msg() 271 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d", in dump_dhcp_msg() 273 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d", in dump_dhcp_msg() [all …]
|
D | packet.c | 34 #define ALOGD printf macro 182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); in receive_packet() 186 ALOGD("Not a valid IP packet"); in receive_packet() 190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); in receive_packet() 194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet() 198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest)); in receive_packet()
|
D | ifc_utils.c | 49 #define ALOGD printf macro 684 ALOGD("failed to remove route for %s to %s: %s", in ifc_remove_host_routes() 750 ALOGD("failed to add %s as default route for %s: %s", in ifc_set_default_route() 771 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno)); in ifc_remove_default_route()
|
/system/core/libcutils/ |
D | selector.c | 99 ALOGD("Wakeup fd: %d", selector->wakeupPipe[0]); in selectorCreate() 172 ALOGD("Selecting fd %d for writing...", selectableFd->fd); in prepareForSelect() 176 ALOGD("Selecting fd %d for reading...", selectableFd->fd); in prepareForSelect() 205 ALOGD("Selected fd %d.", selectableFd->fd); in maybeInvoke() 241 ALOGD("Entering select()."); in selectorLoop() 247 ALOGD("Exiting select()."); in selectorLoop()
|
D | buffer.c | 107 ALOGD("Buffer bytes written: %d", (int) bytesWritten); in bufferWrite() 108 ALOGD("Buffer size: %d", (int) buffer->size); in bufferWrite() 109 ALOGD("Buffer remaining: %d", (int) buffer->remaining); in bufferWrite()
|
D | mq.c | 266 ALOGD("Freeing outgoing packet."); in outgoingPacketFree() 438 ALOGD("EWOULDBLOCK"); in peerProxyHandleError() 464 ALOGD("Bytes written."); in peerProxyWriteBytes() 530 ALOGD("Writing header..."); in peerProxyWrite() 533 ALOGD("Header written."); in peerProxyWrite() 562 ALOGD("Before select..."); in peerProxyBeforeSelect() 571 ALOGD("Packets found. Setting onWritable()."); in peerProxyBeforeSelect() 582 ALOGD("Expecting %d bytes.", header->size); in peerProxyExpectBytes() 966 ALOGD("Reading..."); in peerProxyRead() 973 ALOGD("Header read."); in peerProxyRead() [all …]
|
D | loghack.h | 31 #define ALOGD(...) ALOG("D", __VA_ARGS__) macro
|
/system/core/include/cutils/ |
D | log.h | 100 #ifndef ALOGD 101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
/system/bluetooth/brcm_patchram_plus/ |
D | brcm_patchram_plus.c | 133 #define printf ALOGD
|
/system/core/libusbhost/ |
D | usbhost.c | 23 #define D ALOGD
|
/system/core/libpixelflinger/ |
D | trap.cpp | 100 ALOGD(" P0=(%.3f, %.3f) [%08x, %08x]\n" in triangle_dump_points() 838 ALOGD( "x=%08x (%.3f), " in dump()
|