OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLOGD
(Results
1 - 6
of
6
) sorted by null
/hardware/ril/rild/
rild.c
151
RLOGD
("could not open /proc/cmdline:%s", strerror(errno));
160
RLOGD
("could not read /proc/cmdline:%s", strerror(errno));
196
RLOGD
("could not connect to %s socket: %s",
238
RLOGD
("overriding with %s %s", arg_overrides[1], arg_overrides[2]);
/hardware/ril/reference-ril/
reference-ril.c
897
RLOGD
("requestSetPreferredNetworkType: current: %x. New: %x", PREFERRED_NETWORK(sMdmInfo), preferred);
907
RLOGD
("old != preferred: %d", old != preferred);
910
RLOGD
("Sending command: <%s>", cmd);
[
all
...]
atchannel.c
72
RLOGD
("%.*s", len, buff);
401
RLOGD
("atchannel: EOF reached");
403
RLOGD
("atchannel: read error %s", strerror(errno));
416
RLOGD
("AT< %s\n", ret);
502
RLOGD
("AT> %s\n", s);
541
RLOGD
("AT> %s^Z\n", s);
/system/core/include/log/
log.h
311
#ifndef
RLOGD
312
#define
RLOGD
(...) ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))
/hardware/ril/libril/
ril_event.cpp
78
#define dlog(x...)
RLOGD
( x )
ril.cpp
96
RLOGD
("[%04d]> %s %s", token, requestToString(req), printBuf)
100
#define printResponse
RLOGD
("%s", printBuf)
347
RLOGD
("C[locl]> %s", requestToString(request));
[
all
...]
Completed in 101 milliseconds