HomeSort by relevance Sort by last modified time
    Searched refs:RLOGE (Results 1 - 11 of 11) sorted by null

  /hardware/ril/libril/
sap_service.cpp 79 RLOGE("checkReturnStatus: unable to call response/indication callback: %s",
124 RLOGE("SapImpl::addPayloadAndDispatchRequest: sapSocket is null");
191 RLOGE("SapImpl::connectReq: Error allocating memory for msg");
203 RLOGE("SapImpl::connectReq: Error getting encoded size for RIL_SIM_SAP_CONNECT_REQ");
210 RLOGE("SapImpl::connectReq: Error allocating memory for buffer");
218 RLOGE("SapImpl::connectReq: Error encoding RIL_SIM_SAP_CONNECT_REQ");
232 RLOGE("SapImpl::disconnectReq: Error allocating memory for msg");
243 RLOGE("SapImpl::disconnectReq: Error getting encoded size for RIL_SIM_SAP_DISCONNECT_REQ");
250 RLOGE("SapImpl::disconnectReq: Error allocating memory for buffer");
259 RLOGE("SapImpl::disconnectReq: Error encoding RIL_SIM_SAP_DISCONNECT_REQ")
    [all...]
RilSapSocket.cpp 57 RLOGE("Invalid socket id");
156 RLOGE("addSocketToList: OOM");
204 RLOGE("dispatchRequest: OOM");
238 RLOGE("RilSapSocket::onRequestComplete: request/request->curr is NULL");
251 RLOGE("onRequestComplete: OOM");
260 RLOGE("RilSapSocket::onRequestComplete: Token:%d, MessageId:%d ril token 0x%p",
269 RLOGE("Token:%d, MessageId:%d", hdr->token, hdr->id);
270 RLOGE ("RilSapSocket::onRequestComplete: invalid Token or Message Id");
282 RLOGE("onUnsolicitedResponse: OOM");
ril_service.cpp 515 RLOGE("Memory allocation failed for request %s", requestToString(pRI->pCI->requestNumber));
571 RLOGE("Memory allocation failed for request %s", requestToString(request));
615 RLOGE("Memory allocation failed for request %s", requestToString(request));
654 RLOGE("Memory allocation failed for request %s", requestToString(request));
742 RLOGE("checkReturnStatus: unable to call response/indication callback");
772 RLOGE("checkReturnStatus: not resetting responseFunctions as they likely "
    [all...]
ril.cpp 230 RLOGE("Memory allocation failed for request %s", requestToString(request));
371 RLOGE("Error in pipe() errno:%d", errno);
387 RLOGE ("error in event_loop_base errno:%d", errno);
406 RLOGE("Failed to create dispatch thread: %s", strerror(result));
428 RLOGE("RIL_register: RIL_RadioFunctions * null");
432 RLOGE("RIL_register: version %d is to old, min version is %d",
437 RLOGE("RIL_register: RIL version %d", callbacks->version);
440 RLOGE("RIL_register has been called more than once. "
566 RLOGE ("RIL_onRequestAck: invalid RIL_Token");
599 RLOGE ("RIL_onRequestComplete: invalid RIL_Token")
    [all...]
ril_event.cpp 372 RLOGE("ril_event: select error (%d)", errno);
  /system/core/liblog/include/log/
log_radio.h 130 #ifndef RLOGE
131 #define RLOGE(...) \
  /hardware/ril/rild/
rild.c 148 RLOGE("Max Number of rild's supported is: %d", MAX_RILDS);
169 RLOGE("dlopen failed: %s", dlerror());
180 RLOGE("RIL_Init not defined or exported in %s\n", rilLibPath);
  /system/core/liblog/tests/
log_radio_test.cpp 54 RLOGE(content);
  /hardware/ril/reference-ril/
reference-ril.c 343 RLOGE("invalid CLCC line\n");
375 RLOGE("Failed to open interface socket: %s (%d)",
385 RLOGE("Failed to get interface flags for %s: %s (%d)",
403 RLOGE("Failed to set interface flags for %s: %s (%d)",
816 RLOGE("requestQueryNetworkSelectionMode must never return error when radio is on");
    [all...]
atchannel.c 286 RLOGE("Unsupported AT command type %d\n", s_type);
367 RLOGE("ERROR: Input line exceeded buffer\n");
  /system/core/logcat/tests/
logcat_test.cpp 87 RLOGE(logcat_executable);
129 RLOGE(logcat_executable);
    [all...]

Completed in 275 milliseconds