Searched refs:rilSocketIdToString (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 167 extern "C" const char * rilSocketIdToString(RIL_SOCKET_ID socket_id); 2174 RLOGE("Send Response to %s", rilSocketIdToString(socket_id)); in sendResponseRaw() 4207 RLOGI("libril: new connection to %s", rilSocketIdToString(p_info->socket_id)); in listenCallback() 4256 RLOGI("debugCallback for socket %s", rilSocketIdToString(socket_id)); in debugCallback() 4552 RLOGI("Start to listen %s", rilSocketIdToString(socket_id)); in startListen() 4854 RLOGD("Request Ack, %s", rilSocketIdToString(socket_id)); in RIL_onRequestAck() 4892 RLOGD("RequestComplete, %s", rilSocketIdToString(socket_id)); in RIL_onRequestComplete() 5255 …RLOGI("%s UNSOLICITED: %s length:%d", rilSocketIdToString(soc_id), requestToString(unsolResponse),… in RIL_onUnsolicitedResponse() 5641 rilSocketIdToString(RIL_SOCKET_ID socket_id) in rilSocketIdToString() function
|