/system/netd/ |
D | ResolverController.cpp | 32 ALOGD("setDefaultInterface iface = %s\n", iface); in setDefaultInterface() 43 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() 82 ALOGD("setDnsIfaceForPid iface = %s, pid = %d\n", iface, pid); in setDnsInterfaceForPid() 92 ALOGD("clearDnsIfaceForPid pid = %d\n", pid); in clearDnsInterfaceForPid()
|
D | TetherController.cpp | 56 ALOGD("Setting IP forward enable = %d", enable); in setIpFwdEnabled() 106 ALOGD("Starting tethering services"); in startTethering() 166 ALOGD("Tethering services running"); in startTethering() 179 ALOGD("Stopping tethering services"); in stopTethering() 186 ALOGD("Tethering services stopped"); in stopTethering() 205 ALOGD("setDnsForwarders(%d = '%s')", i, servers[i]); in setDnsForwarders() 217 ALOGD("Too many DNS servers listed"); in setDnsForwarders() 227 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in setDnsForwarders() 253 ALOGD("Too many DNS ifaces listed"); in applyDnsInterfaces() 263 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd); in applyDnsInterfaces() [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 | ClatdController.cpp | 42 ALOGD("starting clatd"); in startClatd() 64 ALOGD("clatd started"); in startClatd() 76 ALOGD("Stopping clatd"); in stopClatd() 82 ALOGD("clatd stopped"); in stopClatd()
|
D | SoftapController.cpp | 78 ALOGD("SoftAP started successfully"); in startSoftap() 91 ALOGD("Stopping the SoftAP service..."); in stopSoftap() 96 ALOGD("SoftAP stopped successfully"); in stopSoftap() 209 ALOGD("Softap fwReload - Ok"); in fwReloadSoftap()
|
D | DnsProxyListener.cpp | 122 ALOGD("GetAddrInfoHandler, now for %s / %s / %s", mHost, mService, mIface); in run() 166 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 216 ALOGD("GetAddrInfoHandler for %s / %s / %s / %d", in runCommand() 242 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 313 ALOGD("DnsProxyListener::GetHostByNameHandler::run\n"); in run() 326 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %d\n", in run() 358 ALOGD("argv[%i]=%s", i, argv[i]); in runCommand() 439 ALOGD("DnsProxyListener::GetHostByAddrHandler::run\n"); in run() 454 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n", in run()
|
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 | 361 ALOGD("Setting iface cfg"); in runCommand() 391 ALOGD("Trying to bring up %s", argv[2]); in runCommand() 399 ALOGD("Trying to bring down %s", argv[2]); in runCommand() 428 ALOGD("Clearing all IP addresses on %s", argv[2]); 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/security/keystore/ |
D | IKeystoreService.cpp | 47 ALOGD("test() could not contact remote: %d\n", status); in test() 53 ALOGD("test() caught exception %d\n", err); in test() 66 ALOGD("get() could not contact remote: %d\n", status); in get() 86 ALOGD("get() caught exception %d\n", err); in get() 105 ALOGD("import() could not contact remote: %d\n", status); in insert() 111 ALOGD("import() caught exception %d\n", err); in insert() 125 ALOGD("del() could not contact remote: %d\n", status); in del() 131 ALOGD("del() caught exception %d\n", err); in del() 145 ALOGD("exist() could not contact remote: %d\n", status); in exist() 151 ALOGD("exist() caught exception %d\n", err); in exist() [all …]
|
D | keystore.cpp | 481 ALOGD("couldn't insert encrypted blob while not unlocked"); in writeBlob() 1434 ALOGD("calling get in state: %d", state); in insert() 1624 ALOGD("calling lock in state: %d", state); in lock() 1641 ALOGD("calling unlock when not locked"); in unlock() 1725 ALOGD("calling import in state: %d", state); in import() 1790 ALOGD("calling verify in state: %d", state); in verify() 1927 ALOGD("calling grant in state: %d", state); in grant() 1951 ALOGD("calling ungrant in state: %d", state); in ungrant() 2007 ALOGD("calling duplicate in state: %d", state); in duplicate() 2014 ALOGD("migrate not granted from source: %d -> %d", callingUid, srcUid); in duplicate() [all …]
|
/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()
|