Lines Matching refs:RLOGE
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()
631 RLOGE ("Calling responseFunction() for token %d", pRI->token); in RIL_onRequestComplete()
750 RLOGE("unsupported unsolicited response code %d", unsolResponse); in RIL_onUnsolicitedResponse()
837 RLOGE("Memory allocation failed in RIL_onUnsolicitedResponse"); in RIL_onUnsolicitedResponse()
865 RLOGE("Memory allocation failed in internalRequestTimedCallback"); in internalRequestTimedCallback()