Lines Matching refs:responseInfo

2910 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,  in populateResponseInfo()  argument
2912 responseInfo.serial = serial; in populateResponseInfo()
2915 responseInfo.type = RadioResponseType::SOLICITED; in populateResponseInfo()
2918 responseInfo.type = RadioResponseType::SOLICITED_ACK_EXP; in populateResponseInfo()
2921 responseInfo.error = (RadioError) e; in populateResponseInfo()
2924 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
2926 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
2935 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty()
2943 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
2945 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
2950 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseInt()
2962 RadioResponseInfo responseInfo = {}; in getIccCardStatusResponse() local
2963 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse()
2971 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getIccCardStatusResponse()
2999 getIccCardStatusResponse(responseInfo, cardStatus); in getIccCardStatusResponse()
3016 RadioResponseInfo responseInfo = {}; in supplyIccPinForAppResponse() local
3017 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPinForAppResponse()
3019 supplyIccPinForAppResponse(responseInfo, ret); in supplyIccPinForAppResponse()
3038 RadioResponseInfo responseInfo = {}; in supplyIccPukForAppResponse() local
3039 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPukForAppResponse()
3041 responseInfo, ret); in supplyIccPukForAppResponse()
3059 RadioResponseInfo responseInfo = {}; in supplyIccPin2ForAppResponse() local
3060 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPin2ForAppResponse()
3062 supplyIccPin2ForAppResponse(responseInfo, ret); in supplyIccPin2ForAppResponse()
3080 RadioResponseInfo responseInfo = {}; in supplyIccPuk2ForAppResponse() local
3081 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPuk2ForAppResponse()
3083 supplyIccPuk2ForAppResponse(responseInfo, ret); in supplyIccPuk2ForAppResponse()
3101 RadioResponseInfo responseInfo = {}; in changeIccPinForAppResponse() local
3102 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in changeIccPinForAppResponse()
3104 changeIccPinForAppResponse(responseInfo, ret); in changeIccPinForAppResponse()
3122 RadioResponseInfo responseInfo = {}; in changeIccPin2ForAppResponse() local
3123 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in changeIccPin2ForAppResponse()
3125 changeIccPin2ForAppResponse(responseInfo, ret); in changeIccPin2ForAppResponse()
3143 RadioResponseInfo responseInfo = {}; in supplyNetworkDepersonalizationResponse() local
3144 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyNetworkDepersonalizationResponse()
3146 supplyNetworkDepersonalizationResponse(responseInfo, ret); in supplyNetworkDepersonalizationResponse()
3164 RadioResponseInfo responseInfo = {}; in getCurrentCallsResponse() local
3165 populateResponseInfo(responseInfo, serial, responseType, e); in getCurrentCallsResponse()
3171 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCurrentCallsResponse()
3205 getCurrentCallsResponse(responseInfo, calls); in getCurrentCallsResponse()
3222 RadioResponseInfo responseInfo = {}; in dialResponse() local
3223 populateResponseInfo(responseInfo, serial, responseType, e); in dialResponse()
3224 Return<void> retStatus = radioService[slotId]->mRadioResponse->dialResponse(responseInfo); in dialResponse()
3241 RadioResponseInfo responseInfo = {}; in getIMSIForAppResponse() local
3242 populateResponseInfo(responseInfo, serial, responseType, e); in getIMSIForAppResponse()
3244 responseInfo, convertCharPtrToHidlString((char *) response)); in getIMSIForAppResponse()
3262 RadioResponseInfo responseInfo = {}; in hangupConnectionResponse() local
3263 populateResponseInfo(responseInfo, serial, responseType, e); in hangupConnectionResponse()
3265 responseInfo); in hangupConnectionResponse()
3283 RadioResponseInfo responseInfo = {}; in hangupWaitingOrBackgroundResponse() local
3284 populateResponseInfo(responseInfo, serial, responseType, e); in hangupWaitingOrBackgroundResponse()
3287 responseInfo); in hangupWaitingOrBackgroundResponse()
3305 RadioResponseInfo responseInfo = {}; in hangupForegroundResumeBackgroundResponse() local
3306 populateResponseInfo(responseInfo, serial, responseType, e); in hangupForegroundResumeBackgroundResponse()
3309 responseInfo); in hangupForegroundResumeBackgroundResponse()
3327 RadioResponseInfo responseInfo = {}; in switchWaitingOrHoldingAndActiveResponse() local
3328 populateResponseInfo(responseInfo, serial, responseType, e); in switchWaitingOrHoldingAndActiveResponse()
3331 responseInfo); in switchWaitingOrHoldingAndActiveResponse()
3348 RadioResponseInfo responseInfo = {}; in conferenceResponse() local
3349 populateResponseInfo(responseInfo, serial, responseType, e); in conferenceResponse()
3351 responseInfo); in conferenceResponse()
3368 RadioResponseInfo responseInfo = {}; in rejectCallResponse() local
3369 populateResponseInfo(responseInfo, serial, responseType, e); in rejectCallResponse()
3371 responseInfo); in rejectCallResponse()
3389 RadioResponseInfo responseInfo = {}; in getLastCallFailCauseResponse() local
3390 populateResponseInfo(responseInfo, serial, responseType, e); in getLastCallFailCauseResponse()
3396 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()
3406 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getLastCallFailCauseResponse()
3410 responseInfo, info); in getLastCallFailCauseResponse()
3428 RadioResponseInfo responseInfo = {}; in getSignalStrengthResponse() local
3429 populateResponseInfo(responseInfo, serial, responseType, e); in getSignalStrengthResponse()
3433 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getSignalStrengthResponse()
3439 responseInfo, signalStrength); in getSignalStrengthResponse()
3798 RadioResponseInfo responseInfo = {}; in getVoiceRegistrationStateResponse() local
3799 populateResponseInfo(responseInfo, serial, responseType, e); in getVoiceRegistrationStateResponse()
3805 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getVoiceRegistrationStateResponse()
3809 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getVoiceRegistrationStateResponse()
3828 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getVoiceRegistrationStateResponse()
3844 responseInfo, voiceRegResponse); in getVoiceRegistrationStateResponse()
3862 RadioResponseInfo responseInfo = {}; in getDataRegistrationStateResponse() local
3863 populateResponseInfo(responseInfo, serial, responseType, e); in getDataRegistrationStateResponse()
3867 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getDataRegistrationStateResponse()
3872 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getDataRegistrationStateResponse()
3888 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getDataRegistrationStateResponse()
3899 radioService[slotId]->mRadioResponse->getDataRegistrationStateResponse(responseInfo, in getDataRegistrationStateResponse()
3918 RadioResponseInfo responseInfo = {}; in getOperatorResponse() local
3919 populateResponseInfo(responseInfo, serial, responseType, e); in getOperatorResponse()
3926 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getOperatorResponse()
3935 responseInfo, longName, shortName, numeric); in getOperatorResponse()
3951 RadioResponseInfo responseInfo = {}; in setRadioPowerResponse() local
3952 populateResponseInfo(responseInfo, serial, responseType, e); in setRadioPowerResponse()
3954 responseInfo); in setRadioPowerResponse()
3972 RadioResponseInfo responseInfo = {}; in sendDtmfResponse() local
3973 populateResponseInfo(responseInfo, serial, responseType, e); in sendDtmfResponse()
3975 responseInfo); in sendDtmfResponse()
3985 SendSmsResult makeSendSmsResult(RadioResponseInfo& responseInfo, int serial, int responseType, in makeSendSmsResult() argument
3987 populateResponseInfo(responseInfo, serial, responseType, e); in makeSendSmsResult()
3992 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in makeSendSmsResult()
4011 RadioResponseInfo responseInfo = {}; in sendSmsResponse() local
4012 SendSmsResult result = makeSendSmsResult(responseInfo, serial, responseType, e, response, in sendSmsResponse()
4015 Return<void> retStatus = radioService[slotId]->mRadioResponse->sendSmsResponse(responseInfo, in sendSmsResponse()
4033 RadioResponseInfo responseInfo = {}; in sendSMSExpectMoreResponse() local
4034 SendSmsResult result = makeSendSmsResult(responseInfo, serial, responseType, e, response, in sendSMSExpectMoreResponse()
4038 responseInfo, result); in sendSMSExpectMoreResponse()
4055 RadioResponseInfo responseInfo = {}; in setupDataCallResponse() local
4056 populateResponseInfo(responseInfo, serial, responseType, e); in setupDataCallResponse()
4062 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in setupDataCallResponse()
4076 responseInfo, result); in setupDataCallResponse()
4085 IccIoResult responseIccIo(RadioResponseInfo& responseInfo, int serial, int responseType, in responseIccIo() argument
4087 populateResponseInfo(responseInfo, serial, responseType, e); in responseIccIo()
4092 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIccIo()
4111 RadioResponseInfo responseInfo = {}; in iccIOForAppResponse() local
4112 IccIoResult result = responseIccIo(responseInfo, serial, responseType, e, response, in iccIOForAppResponse()
4116 responseInfo, result); in iccIOForAppResponse()
4133 RadioResponseInfo responseInfo = {}; in sendUssdResponse() local
4134 populateResponseInfo(responseInfo, serial, responseType, e); in sendUssdResponse()
4136 responseInfo); in sendUssdResponse()
4154 RadioResponseInfo responseInfo = {}; in cancelPendingUssdResponse() local
4155 populateResponseInfo(responseInfo, serial, responseType, e); in cancelPendingUssdResponse()
4157 responseInfo); in cancelPendingUssdResponse()
4175 RadioResponseInfo responseInfo = {}; in getClirResponse() local
4176 populateResponseInfo(responseInfo, serial, responseType, e); in getClirResponse()
4181 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getClirResponse()
4187 Return<void> retStatus = radioService[slotId]->mRadioResponse->getClirResponse(responseInfo, in getClirResponse()
4205 RadioResponseInfo responseInfo = {}; in setClirResponse() local
4206 populateResponseInfo(responseInfo, serial, responseType, e); in setClirResponse()
4208 responseInfo); in setClirResponse()
4225 RadioResponseInfo responseInfo = {}; in getCallForwardStatusResponse() local
4226 populateResponseInfo(responseInfo, serial, responseType, e); in getCallForwardStatusResponse()
4232 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCallForwardStatusResponse()
4248 responseInfo, callForwardInfos); in getCallForwardStatusResponse()
4266 RadioResponseInfo responseInfo = {}; in setCallForwardResponse() local
4267 populateResponseInfo(responseInfo, serial, responseType, e); in setCallForwardResponse()
4269 responseInfo); in setCallForwardResponse()
4286 RadioResponseInfo responseInfo = {}; in getCallWaitingResponse() local
4287 populateResponseInfo(responseInfo, serial, responseType, e); in getCallWaitingResponse()
4293 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCallWaitingResponse()
4300 responseInfo, enable, serviceClass); in getCallWaitingResponse()
4317 RadioResponseInfo responseInfo = {}; in setCallWaitingResponse() local
4318 populateResponseInfo(responseInfo, serial, responseType, e); in setCallWaitingResponse()
4320 responseInfo); in setCallWaitingResponse()
4337 RadioResponseInfo responseInfo = {}; in acknowledgeLastIncomingGsmSmsResponse() local
4338 populateResponseInfo(responseInfo, serial, responseType, e); in acknowledgeLastIncomingGsmSmsResponse()
4341 responseInfo); in acknowledgeLastIncomingGsmSmsResponse()
4359 RadioResponseInfo responseInfo = {}; in acceptCallResponse() local
4360 populateResponseInfo(responseInfo, serial, responseType, e); in acceptCallResponse()
4362 responseInfo); in acceptCallResponse()
4380 RadioResponseInfo responseInfo = {}; in deactivateDataCallResponse() local
4381 populateResponseInfo(responseInfo, serial, responseType, e); in deactivateDataCallResponse()
4383 responseInfo); in deactivateDataCallResponse()
4401 RadioResponseInfo responseInfo = {}; in getFacilityLockForAppResponse() local
4402 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getFacilityLockForAppResponse()
4404 getFacilityLockForAppResponse(responseInfo, ret); in getFacilityLockForAppResponse()
4422 RadioResponseInfo responseInfo = {}; in setFacilityLockForAppResponse() local
4423 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in setFacilityLockForAppResponse()
4425 = radioService[slotId]->mRadioResponse->setFacilityLockForAppResponse(responseInfo, in setFacilityLockForAppResponse()
4444 RadioResponseInfo responseInfo = {}; in setBarringPasswordResponse() local
4445 populateResponseInfo(responseInfo, serial, responseType, e); in setBarringPasswordResponse()
4447 = radioService[slotId]->mRadioResponse->setBarringPasswordResponse(responseInfo); in setBarringPasswordResponse()
4465 RadioResponseInfo responseInfo = {}; in getNetworkSelectionModeResponse() local
4466 populateResponseInfo(responseInfo, serial, responseType, e); in getNetworkSelectionModeResponse()
4470 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getNetworkSelectionModeResponse()
4477 responseInfo, in getNetworkSelectionModeResponse()
4496 RadioResponseInfo responseInfo = {}; in setNetworkSelectionModeAutomaticResponse() local
4497 populateResponseInfo(responseInfo, serial, responseType, e); in setNetworkSelectionModeAutomaticResponse()
4500 responseInfo); in setNetworkSelectionModeAutomaticResponse()
4518 RadioResponseInfo responseInfo = {}; in setNetworkSelectionModeManualResponse() local
4519 populateResponseInfo(responseInfo, serial, responseType, e); in setNetworkSelectionModeManualResponse()
4522 responseInfo); in setNetworkSelectionModeManualResponse()
4554 RadioResponseInfo responseInfo = {}; in getAvailableNetworksResponse() local
4555 populateResponseInfo(responseInfo, serial, responseType, e); in getAvailableNetworksResponse()
4560 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getAvailableNetworksResponse()
4571 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getAvailableNetworksResponse()
4578 = radioService[slotId]->mRadioResponse->getAvailableNetworksResponse(responseInfo, in getAvailableNetworksResponse()
4597 RadioResponseInfo responseInfo = {}; in startDtmfResponse() local
4598 populateResponseInfo(responseInfo, serial, responseType, e); in startDtmfResponse()
4600 = radioService[slotId]->mRadioResponse->startDtmfResponse(responseInfo); in startDtmfResponse()
4617 RadioResponseInfo responseInfo = {}; in stopDtmfResponse() local
4618 populateResponseInfo(responseInfo, serial, responseType, e); in stopDtmfResponse()
4620 = radioService[slotId]->mRadioResponse->stopDtmfResponse(responseInfo); in stopDtmfResponse()
4637 RadioResponseInfo responseInfo = {}; in getBasebandVersionResponse() local
4638 populateResponseInfo(responseInfo, serial, responseType, e); in getBasebandVersionResponse()
4640 = radioService[slotId]->mRadioResponse->getBasebandVersionResponse(responseInfo, in getBasebandVersionResponse()
4658 RadioResponseInfo responseInfo = {}; in separateConnectionResponse() local
4659 populateResponseInfo(responseInfo, serial, responseType, e); in separateConnectionResponse()
4661 = radioService[slotId]->mRadioResponse->separateConnectionResponse(responseInfo); in separateConnectionResponse()
4679 RadioResponseInfo responseInfo = {}; in setMuteResponse() local
4680 populateResponseInfo(responseInfo, serial, responseType, e); in setMuteResponse()
4682 = radioService[slotId]->mRadioResponse->setMuteResponse(responseInfo); in setMuteResponse()
4699 RadioResponseInfo responseInfo = {}; in getMuteResponse() local
4700 populateResponseInfo(responseInfo, serial, responseType, e); in getMuteResponse()
4704 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getMuteResponse()
4709 Return<void> retStatus = radioService[slotId]->mRadioResponse->getMuteResponse(responseInfo, in getMuteResponse()
4727 RadioResponseInfo responseInfo = {}; in getClipResponse() local
4728 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getClipResponse()
4729 Return<void> retStatus = radioService[slotId]->mRadioResponse->getClipResponse(responseInfo, in getClipResponse()
4747 RadioResponseInfo responseInfo = {}; in getDataCallListResponse() local
4748 populateResponseInfo(responseInfo, serial, responseType, e); in getDataCallListResponse()
4754 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getDataCallListResponse()
4760 responseInfo, ret); in getDataCallListResponse()
4777 RadioResponseInfo responseInfo = {}; in setSuppServiceNotificationsResponse() local
4778 populateResponseInfo(responseInfo, serial, responseType, e); in setSuppServiceNotificationsResponse()
4781 responseInfo); in setSuppServiceNotificationsResponse()
4799 RadioResponseInfo responseInfo = {}; in deleteSmsOnSimResponse() local
4800 populateResponseInfo(responseInfo, serial, responseType, e); in deleteSmsOnSimResponse()
4802 = radioService[slotId]->mRadioResponse->deleteSmsOnSimResponse(responseInfo); in deleteSmsOnSimResponse()
4819 RadioResponseInfo responseInfo = {}; in setBandModeResponse() local
4820 populateResponseInfo(responseInfo, serial, responseType, e); in setBandModeResponse()
4822 = radioService[slotId]->mRadioResponse->setBandModeResponse(responseInfo); in setBandModeResponse()
4839 RadioResponseInfo responseInfo = {}; in writeSmsToSimResponse() local
4840 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in writeSmsToSimResponse()
4842 = radioService[slotId]->mRadioResponse->writeSmsToSimResponse(responseInfo, ret); in writeSmsToSimResponse()
4859 RadioResponseInfo responseInfo = {}; in getAvailableBandModesResponse() local
4860 populateResponseInfo(responseInfo, serial, responseType, e); in getAvailableBandModesResponse()
4864 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getAvailableBandModesResponse()
4874 = radioService[slotId]->mRadioResponse->getAvailableBandModesResponse(responseInfo, in getAvailableBandModesResponse()
4893 RadioResponseInfo responseInfo = {}; in sendEnvelopeResponse() local
4894 populateResponseInfo(responseInfo, serial, responseType, e); in sendEnvelopeResponse()
4896 = radioService[slotId]->mRadioResponse->sendEnvelopeResponse(responseInfo, in sendEnvelopeResponse()
4914 RadioResponseInfo responseInfo = {}; in sendTerminalResponseToSimResponse() local
4915 populateResponseInfo(responseInfo, serial, responseType, e); in sendTerminalResponseToSimResponse()
4918 responseInfo); in sendTerminalResponseToSimResponse()
4937 RadioResponseInfo responseInfo = {}; in handleStkCallSetupRequestFromSimResponse() local
4938 populateResponseInfo(responseInfo, serial, responseType, e); in handleStkCallSetupRequestFromSimResponse()
4941 responseInfo); in handleStkCallSetupRequestFromSimResponse()
4959 RadioResponseInfo responseInfo = {}; in explicitCallTransferResponse() local
4960 populateResponseInfo(responseInfo, serial, responseType, e); in explicitCallTransferResponse()
4962 = radioService[slotId]->mRadioResponse->explicitCallTransferResponse(responseInfo); in explicitCallTransferResponse()
4980 RadioResponseInfo responseInfo = {}; in setPreferredNetworkTypeResponse() local
4981 populateResponseInfo(responseInfo, serial, responseType, e); in setPreferredNetworkTypeResponse()
4984 responseInfo); in setPreferredNetworkTypeResponse()
5003 RadioResponseInfo responseInfo = {}; in getPreferredNetworkTypeResponse() local
5004 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getPreferredNetworkTypeResponse()
5007 responseInfo, (PreferredNetworkType) ret); in getPreferredNetworkTypeResponse()
5025 RadioResponseInfo responseInfo = {}; in getNeighboringCidsResponse() local
5026 populateResponseInfo(responseInfo, serial, responseType, e); in getNeighboringCidsResponse()
5032 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getNeighboringCidsResponse()
5044 = radioService[slotId]->mRadioResponse->getNeighboringCidsResponse(responseInfo, in getNeighboringCidsResponse()
5063 RadioResponseInfo responseInfo = {}; in setLocationUpdatesResponse() local
5064 populateResponseInfo(responseInfo, serial, responseType, e); in setLocationUpdatesResponse()
5066 = radioService[slotId]->mRadioResponse->setLocationUpdatesResponse(responseInfo); in setLocationUpdatesResponse()
5084 RadioResponseInfo responseInfo = {}; in setCdmaSubscriptionSourceResponse() local
5085 populateResponseInfo(responseInfo, serial, responseType, e); in setCdmaSubscriptionSourceResponse()
5088 responseInfo); in setCdmaSubscriptionSourceResponse()
5106 RadioResponseInfo responseInfo = {}; in setCdmaRoamingPreferenceResponse() local
5107 populateResponseInfo(responseInfo, serial, responseType, e); in setCdmaRoamingPreferenceResponse()
5110 responseInfo); in setCdmaRoamingPreferenceResponse()
5128 RadioResponseInfo responseInfo = {}; in getCdmaRoamingPreferenceResponse() local
5129 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getCdmaRoamingPreferenceResponse()
5132 responseInfo, (CdmaRoamingType) ret); in getCdmaRoamingPreferenceResponse()
5150 RadioResponseInfo responseInfo = {}; in setTTYModeResponse() local
5151 populateResponseInfo(responseInfo, serial, responseType, e); in setTTYModeResponse()
5153 = radioService[slotId]->mRadioResponse->setTTYModeResponse(responseInfo); in setTTYModeResponse()
5170 RadioResponseInfo responseInfo = {}; in getTTYModeResponse() local
5171 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getTTYModeResponse()
5173 = radioService[slotId]->mRadioResponse->getTTYModeResponse(responseInfo, in getTTYModeResponse()
5191 RadioResponseInfo responseInfo = {}; in setPreferredVoicePrivacyResponse() local
5192 populateResponseInfo(responseInfo, serial, responseType, e); in setPreferredVoicePrivacyResponse()
5195 responseInfo); in setPreferredVoicePrivacyResponse()
5213 RadioResponseInfo responseInfo = {}; in getPreferredVoicePrivacyResponse() local
5214 populateResponseInfo(responseInfo, serial, responseType, e); in getPreferredVoicePrivacyResponse()
5219 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getPreferredVoicePrivacyResponse()
5226 responseInfo, enable); in getPreferredVoicePrivacyResponse()
5244 RadioResponseInfo responseInfo = {}; in sendCDMAFeatureCodeResponse() local
5245 populateResponseInfo(responseInfo, serial, responseType, e); in sendCDMAFeatureCodeResponse()
5247 = radioService[slotId]->mRadioResponse->sendCDMAFeatureCodeResponse(responseInfo); in sendCDMAFeatureCodeResponse()
5265 RadioResponseInfo responseInfo = {}; in sendBurstDtmfResponse() local
5266 populateResponseInfo(responseInfo, serial, responseType, e); in sendBurstDtmfResponse()
5268 = radioService[slotId]->mRadioResponse->sendBurstDtmfResponse(responseInfo); in sendBurstDtmfResponse()
5285 RadioResponseInfo responseInfo = {}; in sendCdmaSmsResponse() local
5286 SendSmsResult result = makeSendSmsResult(responseInfo, serial, responseType, e, response, in sendCdmaSmsResponse()
5290 = radioService[slotId]->mRadioResponse->sendCdmaSmsResponse(responseInfo, result); in sendCdmaSmsResponse()
5307 RadioResponseInfo responseInfo = {}; in acknowledgeLastIncomingCdmaSmsResponse() local
5308 populateResponseInfo(responseInfo, serial, responseType, e); in acknowledgeLastIncomingCdmaSmsResponse()
5311 responseInfo); in acknowledgeLastIncomingCdmaSmsResponse()
5329 RadioResponseInfo responseInfo = {}; in getGsmBroadcastConfigResponse() local
5330 populateResponseInfo(responseInfo, serial, responseType, e); in getGsmBroadcastConfigResponse()
5336 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getGsmBroadcastConfigResponse()
5352 = radioService[slotId]->mRadioResponse->getGsmBroadcastConfigResponse(responseInfo, in getGsmBroadcastConfigResponse()
5371 RadioResponseInfo responseInfo = {}; in setGsmBroadcastConfigResponse() local
5372 populateResponseInfo(responseInfo, serial, responseType, e); in setGsmBroadcastConfigResponse()
5374 = radioService[slotId]->mRadioResponse->setGsmBroadcastConfigResponse(responseInfo); in setGsmBroadcastConfigResponse()
5392 RadioResponseInfo responseInfo = {}; in setGsmBroadcastActivationResponse() local
5393 populateResponseInfo(responseInfo, serial, responseType, e); in setGsmBroadcastActivationResponse()
5396 responseInfo); in setGsmBroadcastActivationResponse()
5414 RadioResponseInfo responseInfo = {}; in getCdmaBroadcastConfigResponse() local
5415 populateResponseInfo(responseInfo, serial, responseType, e); in getCdmaBroadcastConfigResponse()
5421 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCdmaBroadcastConfigResponse()
5435 = radioService[slotId]->mRadioResponse->getCdmaBroadcastConfigResponse(responseInfo, in getCdmaBroadcastConfigResponse()
5454 RadioResponseInfo responseInfo = {}; in setCdmaBroadcastConfigResponse() local
5455 populateResponseInfo(responseInfo, serial, responseType, e); in setCdmaBroadcastConfigResponse()
5458 responseInfo); in setCdmaBroadcastConfigResponse()
5476 RadioResponseInfo responseInfo = {}; in setCdmaBroadcastActivationResponse() local
5477 populateResponseInfo(responseInfo, serial, responseType, e); in setCdmaBroadcastActivationResponse()
5480 responseInfo); in setCdmaBroadcastActivationResponse()
5498 RadioResponseInfo responseInfo = {}; in getCDMASubscriptionResponse() local
5499 populateResponseInfo(responseInfo, serial, responseType, e); in getCDMASubscriptionResponse()
5505 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCDMASubscriptionResponse()
5508 responseInfo, emptyString, emptyString, emptyString, emptyString, emptyString); in getCDMASubscriptionResponse()
5514 responseInfo, in getCDMASubscriptionResponse()
5538 RadioResponseInfo responseInfo = {}; in writeSmsToRuimResponse() local
5539 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in writeSmsToRuimResponse()
5541 = radioService[slotId]->mRadioResponse->writeSmsToRuimResponse(responseInfo, ret); in writeSmsToRuimResponse()
5558 RadioResponseInfo responseInfo = {}; in deleteSmsOnRuimResponse() local
5559 populateResponseInfo(responseInfo, serial, responseType, e); in deleteSmsOnRuimResponse()
5561 = radioService[slotId]->mRadioResponse->deleteSmsOnRuimResponse(responseInfo); in deleteSmsOnRuimResponse()
5578 RadioResponseInfo responseInfo = {}; in getDeviceIdentityResponse() local
5579 populateResponseInfo(responseInfo, serial, responseType, e); in getDeviceIdentityResponse()
5585 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getDeviceIdentityResponse()
5587 = radioService[slotId]->mRadioResponse->getDeviceIdentityResponse(responseInfo, in getDeviceIdentityResponse()
5593 = radioService[slotId]->mRadioResponse->getDeviceIdentityResponse(responseInfo, in getDeviceIdentityResponse()
5616 RadioResponseInfo responseInfo = {}; in exitEmergencyCallbackModeResponse() local
5617 populateResponseInfo(responseInfo, serial, responseType, e); in exitEmergencyCallbackModeResponse()
5620 responseInfo); in exitEmergencyCallbackModeResponse()
5638 RadioResponseInfo responseInfo = {}; in getSmscAddressResponse() local
5639 populateResponseInfo(responseInfo, serial, responseType, e); in getSmscAddressResponse()
5641 = radioService[slotId]->mRadioResponse->getSmscAddressResponse(responseInfo, in getSmscAddressResponse()
5659 RadioResponseInfo responseInfo = {}; in setSmscAddressResponse() local
5660 populateResponseInfo(responseInfo, serial, responseType, e); in setSmscAddressResponse()
5662 = radioService[slotId]->mRadioResponse->setSmscAddressResponse(responseInfo); in setSmscAddressResponse()
5679 RadioResponseInfo responseInfo = {}; in reportSmsMemoryStatusResponse() local
5680 populateResponseInfo(responseInfo, serial, responseType, e); in reportSmsMemoryStatusResponse()
5682 = radioService[slotId]->mRadioResponse->reportSmsMemoryStatusResponse(responseInfo); in reportSmsMemoryStatusResponse()
5700 RadioResponseInfo responseInfo = {}; in reportStkServiceIsRunningResponse() local
5701 populateResponseInfo(responseInfo, serial, responseType, e); in reportStkServiceIsRunningResponse()
5703 reportStkServiceIsRunningResponse(responseInfo); in reportStkServiceIsRunningResponse()
5721 RadioResponseInfo responseInfo = {}; in getCdmaSubscriptionSourceResponse() local
5722 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getCdmaSubscriptionSourceResponse()
5725 responseInfo, (CdmaSubscriptionSource) ret); in getCdmaSubscriptionSourceResponse()
5743 RadioResponseInfo responseInfo = {}; in requestIsimAuthenticationResponse() local
5744 populateResponseInfo(responseInfo, serial, responseType, e); in requestIsimAuthenticationResponse()
5747 responseInfo, in requestIsimAuthenticationResponse()
5767 RadioResponseInfo responseInfo = {}; in acknowledgeIncomingGsmSmsWithPduResponse() local
5768 populateResponseInfo(responseInfo, serial, responseType, e); in acknowledgeIncomingGsmSmsWithPduResponse()
5771 responseInfo); in acknowledgeIncomingGsmSmsWithPduResponse()
5789 RadioResponseInfo responseInfo = {}; in sendEnvelopeWithStatusResponse() local
5790 IccIoResult result = responseIccIo(responseInfo, serial, responseType, e, in sendEnvelopeWithStatusResponse()
5794 = radioService[slotId]->mRadioResponse->sendEnvelopeWithStatusResponse(responseInfo, in sendEnvelopeWithStatusResponse()
5813 RadioResponseInfo responseInfo = {}; in getVoiceRadioTechnologyResponse() local
5814 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in getVoiceRadioTechnologyResponse()
5817 responseInfo, (RadioTechnology) ret); in getVoiceRadioTechnologyResponse()
5836 RadioResponseInfo responseInfo = {}; in getCellInfoListResponse() local
5837 populateResponseInfo(responseInfo, serial, responseType, e); in getCellInfoListResponse()
5843 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getCellInfoListResponse()
5849 responseInfo, ret); in getCellInfoListResponse()
5867 RadioResponseInfo responseInfo = {}; in setCellInfoListRateResponse() local
5868 populateResponseInfo(responseInfo, serial, responseType, e); in setCellInfoListRateResponse()
5870 = radioService[slotId]->mRadioResponse->setCellInfoListRateResponse(responseInfo); in setCellInfoListRateResponse()
5888 RadioResponseInfo responseInfo = {}; in setInitialAttachApnResponse() local
5889 populateResponseInfo(responseInfo, serial, responseType, e); in setInitialAttachApnResponse()
5891 = radioService[slotId]->mRadioResponse->setInitialAttachApnResponse(responseInfo); in setInitialAttachApnResponse()
5909 RadioResponseInfo responseInfo = {}; in getImsRegistrationStateResponse() local
5910 populateResponseInfo(responseInfo, serial, responseType, e); in getImsRegistrationStateResponse()
5916 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getImsRegistrationStateResponse()
5929 responseInfo, isRegistered, ratFamily); in getImsRegistrationStateResponse()
5947 RadioResponseInfo responseInfo = {}; in sendImsSmsResponse() local
5948 SendSmsResult result = makeSendSmsResult(responseInfo, serial, responseType, e, response, in sendImsSmsResponse()
5952 = radioService[slotId]->mRadioResponse->sendImsSmsResponse(responseInfo, result); in sendImsSmsResponse()
5969 RadioResponseInfo responseInfo = {}; in iccTransmitApduBasicChannelResponse() local
5970 IccIoResult result = responseIccIo(responseInfo, serial, responseType, e, response, in iccTransmitApduBasicChannelResponse()
5975 responseInfo, result); in iccTransmitApduBasicChannelResponse()
5993 RadioResponseInfo responseInfo = {}; in iccOpenLogicalChannelResponse() local
5994 populateResponseInfo(responseInfo, serial, responseType, e); in iccOpenLogicalChannelResponse()
6001 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in iccOpenLogicalChannelResponse()
6012 = radioService[slotId]->mRadioResponse->iccOpenLogicalChannelResponse(responseInfo, in iccOpenLogicalChannelResponse()
6031 RadioResponseInfo responseInfo = {}; in iccCloseLogicalChannelResponse() local
6032 populateResponseInfo(responseInfo, serial, responseType, e); in iccCloseLogicalChannelResponse()
6035 responseInfo); in iccCloseLogicalChannelResponse()
6053 RadioResponseInfo responseInfo = {}; in iccTransmitApduLogicalChannelResponse() local
6054 IccIoResult result = responseIccIo(responseInfo, serial, responseType, e, response, in iccTransmitApduLogicalChannelResponse()
6059 responseInfo, result); in iccTransmitApduLogicalChannelResponse()
6077 RadioResponseInfo responseInfo = {}; in nvReadItemResponse() local
6078 populateResponseInfo(responseInfo, serial, responseType, e); in nvReadItemResponse()
6080 responseInfo, in nvReadItemResponse()
6098 RadioResponseInfo responseInfo = {}; in nvWriteItemResponse() local
6099 populateResponseInfo(responseInfo, serial, responseType, e); in nvWriteItemResponse()
6101 = radioService[slotId]->mRadioResponse->nvWriteItemResponse(responseInfo); in nvWriteItemResponse()
6118 RadioResponseInfo responseInfo = {}; in nvWriteCdmaPrlResponse() local
6119 populateResponseInfo(responseInfo, serial, responseType, e); in nvWriteCdmaPrlResponse()
6121 = radioService[slotId]->mRadioResponse->nvWriteCdmaPrlResponse(responseInfo); in nvWriteCdmaPrlResponse()
6138 RadioResponseInfo responseInfo = {}; in nvResetConfigResponse() local
6139 populateResponseInfo(responseInfo, serial, responseType, e); in nvResetConfigResponse()
6141 = radioService[slotId]->mRadioResponse->nvResetConfigResponse(responseInfo); in nvResetConfigResponse()
6158 RadioResponseInfo responseInfo = {}; in setUiccSubscriptionResponse() local
6159 populateResponseInfo(responseInfo, serial, responseType, e); in setUiccSubscriptionResponse()
6161 = radioService[slotId]->mRadioResponse->setUiccSubscriptionResponse(responseInfo); in setUiccSubscriptionResponse()
6179 RadioResponseInfo responseInfo = {}; in setDataAllowedResponse() local
6180 populateResponseInfo(responseInfo, serial, responseType, e); in setDataAllowedResponse()
6182 = radioService[slotId]->mRadioResponse->setDataAllowedResponse(responseInfo); in setDataAllowedResponse()
6199 RadioResponseInfo responseInfo = {}; in getHardwareConfigResponse() local
6200 populateResponseInfo(responseInfo, serial, responseType, e); in getHardwareConfigResponse()
6206 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getHardwareConfigResponse()
6212 responseInfo, result); in getHardwareConfigResponse()
6229 RadioResponseInfo responseInfo = {}; in requestIccSimAuthenticationResponse() local
6230 IccIoResult result = responseIccIo(responseInfo, serial, responseType, e, response, in requestIccSimAuthenticationResponse()
6235 responseInfo, result); in requestIccSimAuthenticationResponse()
6253 RadioResponseInfo responseInfo = {}; in setDataProfileResponse() local
6254 populateResponseInfo(responseInfo, serial, responseType, e); in setDataProfileResponse()
6256 = radioService[slotId]->mRadioResponse->setDataProfileResponse(responseInfo); in setDataProfileResponse()
6273 RadioResponseInfo responseInfo = {}; in requestShutdownResponse() local
6274 populateResponseInfo(responseInfo, serial, responseType, e); in requestShutdownResponse()
6276 = radioService[slotId]->mRadioResponse->requestShutdownResponse(responseInfo); in requestShutdownResponse()
6285 void responseRadioCapability(RadioResponseInfo& responseInfo, int serial, in responseRadioCapability() argument
6287 populateResponseInfo(responseInfo, serial, responseType, e); in responseRadioCapability()
6291 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseRadioCapability()
6306 RadioResponseInfo responseInfo = {}; in getRadioCapabilityResponse() local
6308 responseRadioCapability(responseInfo, serial, responseType, e, response, responseLen, in getRadioCapabilityResponse()
6311 responseInfo, result); in getRadioCapabilityResponse()
6328 RadioResponseInfo responseInfo = {}; in setRadioCapabilityResponse() local
6330 responseRadioCapability(responseInfo, serial, responseType, e, response, responseLen, in setRadioCapabilityResponse()
6333 responseInfo, result); in setRadioCapabilityResponse()
6342 LceStatusInfo responseLceStatusInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in responseLceStatusInfo() argument
6344 populateResponseInfo(responseInfo, serial, responseType, e); in responseLceStatusInfo()
6349 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseLceStatusInfo()
6366 RadioResponseInfo responseInfo = {}; in startLceServiceResponse() local
6367 LceStatusInfo result = responseLceStatusInfo(responseInfo, serial, responseType, e, in startLceServiceResponse()
6371 = radioService[slotId]->mRadioResponse->startLceServiceResponse(responseInfo, in startLceServiceResponse()
6389 RadioResponseInfo responseInfo = {}; in stopLceServiceResponse() local
6390 LceStatusInfo result = responseLceStatusInfo(responseInfo, serial, responseType, e, in stopLceServiceResponse()
6394 = radioService[slotId]->mRadioResponse->stopLceServiceResponse(responseInfo, in stopLceServiceResponse()
6412 RadioResponseInfo responseInfo = {}; in pullLceDataResponse() local
6413 populateResponseInfo(responseInfo, serial, responseType, e); in pullLceDataResponse()
6418 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in pullLceDataResponse()
6424 responseInfo, result); in pullLceDataResponse()
6441 RadioResponseInfo responseInfo = {}; in getModemActivityInfoResponse() local
6442 populateResponseInfo(responseInfo, serial, responseType, e); in getModemActivityInfoResponse()
6446 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getModemActivityInfoResponse()
6458 = radioService[slotId]->mRadioResponse->getModemActivityInfoResponse(responseInfo, in getModemActivityInfoResponse()
6477 RadioResponseInfo responseInfo = {}; in setAllowedCarriersResponse() local
6478 int ret = responseInt(responseInfo, serial, responseType, e, response, responseLen); in setAllowedCarriersResponse()
6480 = radioService[slotId]->mRadioResponse->setAllowedCarriersResponse(responseInfo, in setAllowedCarriersResponse()
6499 RadioResponseInfo responseInfo = {}; in getAllowedCarriersResponse() local
6500 populateResponseInfo(responseInfo, serial, responseType, e); in getAllowedCarriersResponse()
6511 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getAllowedCarriersResponse()
6540 = radioService[slotId]->mRadioResponse->getAllowedCarriersResponse(responseInfo, in getAllowedCarriersResponse()
6559 RadioResponseInfo responseInfo = {}; in sendDeviceStateResponse() local
6560 populateResponseInfo(responseInfo, serial, responseType, e); in sendDeviceStateResponse()
6562 = radioService[slotId]->mRadioResponse->sendDeviceStateResponse(responseInfo); in sendDeviceStateResponse()
6576 RadioResponseInfo responseInfo = {}; in setCarrierInfoForImsiEncryptionResponse() local
6577 populateResponseInfo(responseInfo, serial, responseType, e); in setCarrierInfoForImsiEncryptionResponse()
6579 setCarrierInfoForImsiEncryptionResponse(responseInfo); in setCarrierInfoForImsiEncryptionResponse()
6596 RadioResponseInfo responseInfo = {}; in setIndicationFilterResponse() local
6597 populateResponseInfo(responseInfo, serial, responseType, e); in setIndicationFilterResponse()
6599 = radioService[slotId]->mRadioResponse->setIndicationFilterResponse(responseInfo); in setIndicationFilterResponse()
6618 RadioResponseInfo responseInfo = {}; in setSimCardPowerResponse() local
6619 populateResponseInfo(responseInfo, serial, responseType, e); in setSimCardPowerResponse()
6622 setSimCardPowerResponse_1_1(responseInfo); in setSimCardPowerResponse()
6628 = radioService[slotId]->mRadioResponse->setSimCardPowerResponse(responseInfo); in setSimCardPowerResponse()
6645 RadioResponseInfo responseInfo = {}; in startNetworkScanResponse() local
6646 populateResponseInfo(responseInfo, serial, responseType, e); in startNetworkScanResponse()
6648 = radioService[slotId]->mRadioResponseV1_1->startNetworkScanResponse(responseInfo); in startNetworkScanResponse()
6664 RadioResponseInfo responseInfo = {}; in stopNetworkScanResponse() local
6665 populateResponseInfo(responseInfo, serial, responseType, e); in stopNetworkScanResponse()
6667 = radioService[slotId]->mRadioResponseV1_1->stopNetworkScanResponse(responseInfo); in stopNetworkScanResponse()
6687 RadioResponseInfo responseInfo = {}; in startKeepaliveResponse() local
6688 populateResponseInfo(responseInfo, serial, responseType, e); in startKeepaliveResponse()
6699 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in startKeepaliveResponse()
6705 radioService[slotId]->mRadioResponseV1_1->startKeepaliveResponse(responseInfo, ks); in startKeepaliveResponse()
6715 RadioResponseInfo responseInfo = {}; in stopKeepaliveResponse() local
6716 populateResponseInfo(responseInfo, serial, responseType, e); in stopKeepaliveResponse()
6725 radioService[slotId]->mRadioResponseV1_1->stopKeepaliveResponse(responseInfo); in stopKeepaliveResponse()