Searched refs:ALOGD (Results 1 - 25 of 63) sorted by relevance

123

/system/nfc/halimpl/bcm2079x/include/
H A D_OverrideLog.h30 // Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) \ macro
/system/nfc/src/include/
H A D_OverrideLog.h30 // Override Android's ALOGD macro by adding a boolean expression.
31 #define ALOGD(...) \ macro
/system/nfc/halimpl/bcm2079x/adaptation/
H A DHalAdaptation.cpp78 ALOGD("%s: enter", __func__);
100 ALOGD("%s: preserve HAL NV store", __func__);
180 ALOGD("%s: uart config=0x%04x, %d\n", __func__, cfg.fmt, cfg.baud);
206 ALOGD("%s: exit %d", __func__, retval);
212 ALOGD("%s: enter", __func__);
220 ALOGD("%s: exit %d", __func__, retval);
226 ALOGD("%s: enter", __func__);
237 ALOGD("%s: exit %d", __func__, retval);
242 ALOGD("%s: enter; event=0x%X", __func__, event);
245 ALOGD("
[all...]
H A Dpatchram.cpp158 ALOGD("%s: config=%s", __func__, pConfigName);
161 ALOGD("%s No patchfile defined\n", __func__);
166 ALOGD("%s found patchfile %s\n", __func__, pBuffer);
170 ALOGD("%s Cannot find patchfile '%s'\n", __func__, pConfigName);
184 ALOGD("%s: status=%u", __func__, status);
203 ALOGD("%s: status=%i", __func__, status);
218 ALOGD("%s: re-init; don't download firmware", __func__);
236 ALOGD("%s: Not using Snooze Mode", __func__);
251 ALOGD("%s: event=0x%x", __func__, event);
266 ALOGD("
[all...]
H A DNonVolatileStore.cpp77 ALOGD("%s: buffer len=%u; file=%s", __func__, nbytes, filename);
85 ALOGD("%s: data size=%zu", __func__, actualReadData);
92 ALOGD("%s: fail to open", __func__);
129 ALOGD("%s: bytes=%u; file=%s", __func__, nbytes, filename);
136 ALOGD("%s: %zu bytes written", __func__, actualWrittenData);
192 ALOGD("%s", __func__);
224 ALOGD("%s", __func__);
H A Duserial_linux.c241 ALOGD(
252 ALOGD("%s:%s, lapse=%ld (average %ld)\n", __func__, t->label, t->lapse,
478 ALOGD("%s: Sending signal to %d", __func__, signal_fds[1]);
493 ALOGD("%s: Receiving signal from %d", __func__, signal_fds[0]);
634 ALOGD("select failed; errno = %d\n", errno);
640 ALOGD("%s: exit signal received\n", __func__);
663 ALOGD("%s: unknown HCIT type header pbuf[%d] = %x\n", __func__, offset,
700 ALOGD("%s: unknown HCIT type header pbuf[%d] = %x, remain %d bytes\n",
739 ALOGD("start userial_read_thread, id=%lx", worker_thread1);
786 ALOGD("userial_read_threa
[all...]
H A DStartupConfig.cpp90 ALOGD("%s: try append %zu bytes", fn,
96 ALOGD("%s: new size %u bytes", fn, mBuffer[0]);
H A Dspdhelper.cpp34 ALOGD("%s SpdDebug is %s", __func__, (b ? "TRUE" : "FALSE"));
69 ALOGD("%s '%s' (%d) is %sa known bad patch file", __func__, mPatchId.c_str(),
H A D_OverrideLog.cpp23 * Override the ALOGD(), ALOGE(), and other logging macros from
73 ALOGD("%s: level=%u", __func__, appl_trace_level);
/system/nfc/src/adaptation/
H A DNfcAdaptation.cpp159 ALOGD("%s: enter", func);
167 ALOGD("%s: logging protocol in raw format", func);
182 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func,
187 ALOGD("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func,
215 ALOGD("%s: preserve stack NV store", __func__);
235 ALOGD("%s: exit", func);
251 ALOGD("%s: enter", func);
259 ALOGD("%s: exit", func);
296 ALOGD("%s: enter", func);
298 ALOGD("
[all...]
H A DOverrideLog.cpp21 * Override the ALOGD(), ALOGE(), and other logging macros from
69 ALOGD("%s: level=%u", __func__, appl_trace_level);
99 ALOGD("%s: DTA Enabled", __func__);
H A Dlibmain.c93 ALOGD("%s: buffer len=%u; file=%s", __func__, nbytes, filename);
101 ALOGD("%s: data size=%zu", __func__, actualReadData);
108 ALOGD("%s: fail to open", __func__);
145 ALOGD("%s: bytes=%u; file=%s", __func__, nbytes, filename);
154 ALOGD("%s: %zu bytes written", __func__, actualWrittenData);
187 ALOGD("%s", __func__);
221 ALOGD("%s", __func__);
/system/netd/server/dns/
H A DDnsTlsTransport.cpp59 ALOGD("select");
70 ALOGD("select");
130 ALOGD("%u makeConnectedSocket() failed with: %s", mMark, strerror(errno));
138 ALOGD("failed to min/max TLS versions");
154 ALOGD("%u Calling SSL_connect", mMark);
158 ALOGD("%u SSL_connect returned %d", mMark, ret);
184 ALOGD("Checking DNS over TLS fingerprint");
203 ALOGD("DNS over TLS fingerprint is correct");
208 ALOGD("%u handshake complete", mMark);
215 ALOGD("
[all...]
/system/core/libnetutils/
H A Ddhcpclient.c71 ALOGD("%s", errmsg);
152 ALOGD("--- dhcp %s (%d) ---",
156 ALOGD("ip %s gw %s prefixLength %d", addr, gway, info->prefixLength);
157 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1));
158 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2));
159 ALOGD("server %s, lease %d seconds",
255 ALOGD("===== DHCP message:");
257 ALOGD("Invalid length %d, should be %d", len, DHCP_MSG_FIXED_SIZE);
269 ALOGD("op = %s (%d), htype = %d, hlen = %d, hops = %d",
271 ALOGD("xi
[all...]
H A Dpacket.c34 #define ALOGD printf macro
182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
186 ALOGD("Not a valid IP packet");
190 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len));
194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
198 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
231 ALOGD("Malformed Packet");
/system/netd/server/
H A DClatdController.cpp83 ALOGD("starting clatd on %s", interface);
113 ALOGD("clatd started on %s", interface);
127 ALOGD("Stopping clatd pid=%d on %s", pid, interface);
133 ALOGD("clatd on %s stopped", interface);
H A DTetherController.cpp119 ALOGD("Setting IP forward enable = %s", value);
151 ALOGD("Starting tethering services");
222 ALOGD("Tethering services running");
236 ALOGD("Stopping tethering services");
243 ALOGD("Tethering services stopped");
268 ALOGD("setDnsForwarders(0x%x %d = '%s')", fwmark.intValue, i, servers[i]);
282 ALOGD("Too many DNS servers listed");
293 ALOGD("Sending update msg to dnsmasq [%s]", daemonCmd);
322 ALOGD("Too many DNS ifaces listed");
332 ALOGD("Sendin
[all...]
H A DXfrmController.cpp134 ALOGD("%s", printBuf);
189 ALOGD("Netlink request overran kernel buffer");
193 ALOGD("Netlink message received malformed error response");
203 ALOGD("Netlink message responded with an out-of-range message ID");
223 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType));
323 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__);
324 ALOGD("transformId=%d", transformId);
325 ALOGD("direction=%d", direction);
326 ALOGD("localAddress=%s", localAddress.c_str());
327 ALOGD("remoteAddres
[all...]
H A DMDnsSdListener.cpp55 if (DBG) ALOGD("MDnsSdListener::Hander starting up");
69 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
80 if (VDBG) ALOGD("using ref %p", ref);
94 if (VDBG) ALOGD("discover successful");
115 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
121 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
148 if (VDBG) ALOGD("Stopping %s with ref %p", str, ref);
161 ALOGD("serviceRegister(%d, %s, %s, %s, %s, %s, %d, %d, <binary>)", requestId,
187 if (VDBG) ALOGD("serviceRegister successful");
207 if (VDBG) ALOGD("registe
[all...]
/system/security/keystore/
H A DIKeystoreService.cpp125 ALOGD("getState() could not contact remote: %d\n", status);
131 ALOGD("getState() caught exception %d\n", err);
145 ALOGD("get() could not contact remote: %d\n", status);
150 ALOGD("get() caught exception %d\n", err);
168 ALOGD("import() could not contact remote: %d\n", status);
173 ALOGD("import() caught exception %d\n", err);
186 ALOGD("del() could not contact remote: %d\n", status);
191 ALOGD("del() caught exception %d\n", err);
204 ALOGD("exist() could not contact remote: %d\n", status);
209 ALOGD("exis
[all...]
/system/core/libutils/
H A DStopWatch.cpp44 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
48 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap));
H A DLooper.cpp138 ALOGD("%p ~ rebuildEpollLocked - rebuilding epoll set", this);
171 ALOGD("%p ~ scheduleEpollRebuildLocked - scheduling epoll set rebuild", this);
189 ALOGD("%p ~ pollOnce - returning signalled identifier %d: "
202 ALOGD("%p ~ pollOnce - returning result %d", this, result);
216 ALOGD("%p ~ pollOnce - waiting: timeoutMillis=%d", this, timeoutMillis);
228 ALOGD("%p ~ pollOnce - next message in %" PRId64 "ns, adjusted timeout: timeoutMillis=%d",
270 ALOGD("%p ~ pollOnce - timeout", this);
278 ALOGD("%p ~ pollOnce - handling events from %d fds", this, eventCount);
325 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d",
352 ALOGD("
[all...]
H A DTokenizer.cpp127 ALOGD("nextToken");
143 ALOGD("nextLine");
157 ALOGD("skipDelimiters");
/system/core/libvndksupport/
H A Dlinker.c57 ALOGD("Loading %s from current namespace instead of sphal namespace.", name);
/system/netd/tests/dns_responder/
H A Ddns_tls_frontend.cpp246 ALOGD("Request handler started");
262 ALOGD("Trying to accept a client");
264 ALOGD("Got client socket %d", client);
273 ALOGD("Doing SSL handshake");
278 ALOGD("SSL handshake complete");
291 ALOGD("Request handler terminating");
367 ALOGD("Query arrived in %d/%d of allotted time", count, limit);

Completed in 333 milliseconds

123