Searched refs:RLOGE (Results 1 – 9 of 9) sorted by relevance
/hardware/ril/libril/ |
D | sap_service.cpp | 79 RLOGE("checkReturnStatus: unable to call response/indication callback: %s", in checkReturnStatus() 124 RLOGE("SapImpl::addPayloadAndDispatchRequest: sapSocket is null"); in addPayloadAndDispatchRequest() 191 RLOGE("SapImpl::connectReq: Error allocating memory for msg"); in connectReq() 203 RLOGE("SapImpl::connectReq: Error getting encoded size for RIL_SIM_SAP_CONNECT_REQ"); in connectReq() 210 RLOGE("SapImpl::connectReq: Error allocating memory for buffer"); in connectReq() 218 RLOGE("SapImpl::connectReq: Error encoding RIL_SIM_SAP_CONNECT_REQ"); in connectReq() 232 RLOGE("SapImpl::disconnectReq: Error allocating memory for msg"); in disconnectReq() 243 RLOGE("SapImpl::disconnectReq: Error getting encoded size for RIL_SIM_SAP_DISCONNECT_REQ"); in disconnectReq() 250 RLOGE("SapImpl::disconnectReq: Error allocating memory for buffer"); in disconnectReq() 259 RLOGE("SapImpl::disconnectReq: Error encoding RIL_SIM_SAP_DISCONNECT_REQ"); in disconnectReq() [all …]
|
D | ril_service.cpp | 492 RLOGE("Memory allocation failed for request %s", requestToString(pRI->pCI->requestNumber)); in copyHidlStringToRil() 497 RLOGE("Copy of the HIDL string has been truncated, as " in copyHidlStringToRil() 556 RLOGE("Memory allocation failed for request %s", requestToString(request)); in dispatchStrings() 600 RLOGE("Memory allocation failed for request %s", requestToString(request)); in dispatchStrings() 639 RLOGE("Memory allocation failed for request %s", requestToString(request)); in dispatchInts() 727 RLOGE("checkReturnStatus: unable to call response/indication callback"); in checkReturnStatus() 752 RLOGE("checkReturnStatus: not resetting responseFunctions as they likely " in checkReturnStatus() 1120 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 1768 RLOGE("setGsmBroadcastConfig: Invalid configInfo length %s", in setGsmBroadcastConfig() 1827 RLOGE("setCdmaBroadcastConfig: Invalid configInfo length %s", in setCdmaBroadcastConfig() [all …]
|
D | RilSapSocket.cpp | 56 RLOGE("Invalid socket id"); in sOnRequestComplete() 155 RLOGE("addSocketToList: OOM"); in addSocketToList() 203 RLOGE("dispatchRequest: OOM"); in dispatchRequest() 237 RLOGE("RilSapSocket::onRequestComplete: request/request->curr is NULL"); in onRequestComplete() 250 RLOGE("onRequestComplete: OOM"); in onRequestComplete() 259 RLOGE("RilSapSocket::onRequestComplete: Token:%d, MessageId:%d ril token 0x%p", in onRequestComplete() 268 RLOGE("Token:%d, MessageId:%d", hdr->token, hdr->id); in onRequestComplete() 269 RLOGE ("RilSapSocket::onRequestComplete: invalid Token or Message Id"); in onRequestComplete() 281 RLOGE("onUnsolicitedResponse: OOM"); in onUnsolicitedResponse()
|
D | ril.cpp | 228 RLOGE("Memory allocation failed for request %s", requestToString(request)); in addRequestToList() 369 RLOGE("Error in pipe() errno:%d", errno); in eventLoop() 385 RLOGE ("error in event_loop_base errno:%d", errno); in eventLoop() 404 RLOGE("Failed to create dispatch thread: %s", strerror(result)); in RIL_startEventLoop() 426 RLOGE("RIL_register: RIL_RadioFunctions * null"); in RIL_register() 430 RLOGE("RIL_register: version %d is to old, min version is %d", in RIL_register() 435 RLOGE("RIL_register: RIL version %d", callbacks->version); in RIL_register() 438 RLOGE("RIL_register has been called more than once. " in RIL_register() 564 RLOGE ("RIL_onRequestAck: invalid RIL_Token"); in RIL_onRequestAck() 597 RLOGE ("RIL_onRequestComplete: invalid RIL_Token"); in RIL_onRequestComplete() [all …]
|
D | ril_event.cpp | 372 RLOGE("ril_event: select error (%d)", errno); in ril_event_loop()
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_radio.h | 128 #ifndef RLOGE 129 #define RLOGE(...) \ macro
|
/hardware/ril/rild/ |
D | rild.c | 148 RLOGE("Max Number of rild's supported is: %d", MAX_RILDS); in main() 169 RLOGE("dlopen failed: %s", dlerror()); in main() 180 RLOGE("RIL_Init not defined or exported in %s\n", rilLibPath); in main()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 342 RLOGE("invalid CLCC line\n"); in callFromCLCCLine() 374 RLOGE("Failed to open interface socket: %s (%d)", in setInterfaceState() 384 RLOGE("Failed to get interface flags for %s: %s (%d)", in setInterfaceState() 402 RLOGE("Failed to set interface flags for %s: %s (%d)", in setInterfaceState() 767 RLOGE("requestQueryNetworkSelectionMode must never return error when radio is on"); in requestQueryNetworkSelectionMode() 1023 RLOGE("requestSignalStrength must never return an error when radio is on"); 1104 RLOGE("Unknown preferred mode received from modem: %d", preferred); 1232 RLOGE("RIL_REQUEST_CDMA_SET_SUBSCRIPTION without data!"); 1550 RLOGE("requestRegistrationState must never return an error when radio is on"); 1612 RLOGE("requestOperator expected mccmnc to be 6 decimal digits"); [all …]
|
D | atchannel.c | 286 RLOGE("Unsupported AT command type %d\n", s_type); in processLine() 367 RLOGE("ERROR: Input line exceeded buffer\n"); in readline()
|