Searched refs:mRil (Results 1 – 2 of 2) sorted by relevance
129 RIL mRil; field in RadioIndication132 mRil = ril; in RadioIndication()141 mRil.processIndication(indicationType); in radioStateChanged()145 mRil.unsljLogMore(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, "radioStateChanged: " + in radioStateChanged()149 mRil.setRadioState(state, false /* forceNotifyRegistrants */); in radioStateChanged()153 mRil.processIndication(indicationType); in callStateChanged()155 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED); in callStateChanged()157 mRil.mCallStateRegistrants.notifyRegistrants(); in callStateChanged()165 mRil.processIndication(indicationType); in networkStateChanged()167 if (RIL.RILJ_LOGD) mRil.unsljLog(RIL_UNSOL_RESPONSE_NETWORK_STATE_CHANGED); in networkStateChanged()[all …]
91 RIL mRil; field in RadioResponse94 mRil = ril; in RadioResponse()117 mRil.processRequestAck(serial); in acknowledgeRequest()363 RILRequest rr = mRil.processResponse(responseInfo); in getVoiceRegistrationStateResponse()369 mRil.processResponseDone(rr, responseInfo, voiceRegResponse); in getVoiceRegistrationStateResponse()380 RILRequest rr = mRil.processResponse(responseInfo); in getVoiceRegistrationStateResponse_1_2()386 mRil.processResponseDone(rr, responseInfo, voiceRegResponse); in getVoiceRegistrationStateResponse_1_2()397 RILRequest rr = mRil.processResponse(responseInfo); in getVoiceRegistrationStateResponse_1_5()407 mRil.mRilHandler.post(() -> { in getVoiceRegistrationStateResponse_1_5()408 mRil.setCompatVersion(request, RIL.RADIO_HAL_VERSION_1_4); in getVoiceRegistrationStateResponse_1_5()[all …]