Home
last modified time | relevance | path

Searched refs:RLOGD (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/ril/libril/
H A Dril_service.cpp773 RLOGD("setResponseFunctions"); in setResponseFunctions()
6846 RLOGD("newSmsInd"); in newSmsInd()
7117 RLOGD("stkSessionEndInd"); in stkSessionEndInd()
7328 RLOGD("cdmaNewSmsInd"); in cdmaNewSmsInd()
7645 RLOGD("cdmaInfoRecInd"); in cdmaInfoRecInd()
7764 RLOGD("rilConnectedInd"); in rilConnectedInd()
7958 RLOGD("cellInfoListInd"); in cellInfoListInd()
8263 RLOGD("lceDataInd"); in lceDataInd()
8292 RLOGD("pcoDataInd"); in pcoDataInd()
8313 RLOGD("modemResetInd"); in modemResetInd()
[all …]
H A Dsap_service.cpp188 RLOGD("SapImpl::connectReq"); in connectReq()
216 RLOGD("SapImpl::connectReq calling pb_encode"); in connectReq()
229 RLOGD("SapImpl::disconnectReq"); in disconnectReq()
270 RLOGD("SapImpl::apduReq"); in apduReq()
310 RLOGD("SapImpl::apduReq calling pb_encode"); in apduReq()
323 RLOGD("SapImpl::transferAtrReq"); in transferAtrReq()
365 RLOGD("SapImpl::powerReq"); in powerReq()
394 RLOGD("SapImpl::powerReq calling pb_encode"); in powerReq()
407 RLOGD("SapImpl::resetSimReq"); in resetSimReq()
448 RLOGD("SapImpl::transferCardReaderStatusReq"); in transferCardReaderStatusReq()
[all …]
H A DRilSapSocket.cpp50 RLOGD("Socket id:%d", request->socketId); in sOnRequestComplete()
88 RLOGD("Printing socket list"); in printList()
90 RLOGD("SocketName:%s",current->socket->name); in printList()
91 RLOGD("Socket id:%d",current->socket->id); in printList()
100 RLOGD("Entered getSocketById"); in getSocketById()
163 RLOGD("Adding socket with id: %d", socket->id); in addSocketToList()
H A Dril_internal.h47 RLOGD("[%04d]> %s %s", token, requestToString(req), printBuf)
51 #define printResponse RLOGD("%s", printBuf)
H A Dril.cpp539 RLOGD("Ack was already sent for %s", requestToString(pRI->pCI->requestNumber)); in checkAndDequeueRequestInfoIfAck()
571 RLOGD("Request Ack, %s", rilSocketIdToString(socket_id)); in RIL_onRequestAck()
603 RLOGD("RequestComplete, %s", rilSocketIdToString(socket_id)); in RIL_onRequestComplete()
609 RLOGD("C[locl]< %s", requestToString(pRI->pCI->requestNumber)); in RIL_onRequestComplete()
H A Dril_event.cpp78 #define dlog(x...) RLOGD( x )
/aosp12/hardware/ril/rild/
H A Drild.c125 RLOGD("**RIL Daemon Started**"); in main()
126 RLOGD("**RILd param count=%d**", argc); in main()
208 RLOGD("RIL_Init argc = %d clientId = %s", argc, rilArgv[argc-1]); in main()
214 RLOGD("RIL_Init rilInit completed"); in main()
218 RLOGD("RIL_Init RIL_register completed"); in main()
221 RLOGD("RIL_register_socket started"); in main()
225 RLOGD("RIL_register_socket completed"); in main()
230 RLOGD("RIL_Init starting sleep loop"); in main()
/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c1062 RLOGD("Sending command: <%s>", cmd);
1455 RLOGD("requestRegistrationState");
1738 RLOGD("requestImsSendSMS: datalen=%zu, "
1919 RLOGD("opened the qmi device\n");
2564 RLOGD("> '%s'", *cur);
2786 RLOGD("setRadioTechnology(%d)", newtech);
2806 RLOGD("setRadioState(%d)", newState);
3206 RLOGD("Response: %s", line);
3209 RLOGD("err: %d. p: %s", err, p);
3221 RLOGD("line remaining after int: %s", p);
[all …]
H A Datchannel.c59 RLOGD("%.*s", len, buff); in AT_DUMP()
393 RLOGD("atchannel: EOF reached"); in readline()
395 RLOGD("atchannel: read error %s", strerror(errno)); in readline()
408 RLOGD("AT< %s\n", ret); in readline()
487 RLOGD("AT> %s\n", s); in writeline()
526 RLOGD("AT> %s^Z\n", s); in writeCtrlZ()
/aosp12/system/logging/liblog/include/log/
H A Dlog_radio.h77 #ifndef RLOGD
78 #define RLOGD(...) \ macro
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_radio.h77 #ifndef RLOGD
78 #define RLOGD(...) \ macro
/aosp12/system/logging/liblog/tests/
H A Dlog_radio_test.cpp42 RLOGD(content); in TEST()
/aosp12/system/logging/liblog/
H A DREADME.md29 RLOGD(format, ...)