Searched refs:responseInfo (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 2988 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument 2990 responseInfo.serial = serial; in populateResponseInfo() 2993 responseInfo.type = RadioResponseType::SOLICITED; in populateResponseInfo() 2996 responseInfo.type = RadioResponseType::SOLICITED_ACK_EXP; in populateResponseInfo() 2999 responseInfo.error = (RadioError) e; in populateResponseInfo() 3002 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument 3004 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty() 3013 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in responseIntOrEmpty() 3021 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument 3023 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt() [all …]
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 130 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 3397 RadioResponseInfo responseInfo = {}; in setInitialAttachApn_1_4() local 3398 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setInitialAttachApn_1_4() 3402 … = radioService[mSlotId]->mRadioResponseV1_4->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3406 = radioService[mSlotId]->mRadioResponse->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3423 RadioResponseInfo responseInfo = {}; in setDataProfile_1_4() local 3424 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setDataProfile_1_4() 3428 = radioService[mSlotId]->mRadioResponseV1_4->setDataProfileResponse(responseInfo); in setDataProfile_1_4() 3432 = radioService[mSlotId]->mRadioResponse->setDataProfileResponse(responseInfo); in setDataProfile_1_4() 3767 RadioResponseInfo responseInfo = {}; in setInitialAttachApn_1_5() local [all …]
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 139 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 3258 RadioResponseInfo responseInfo = {}; in setSignalStrengthReportingCriteria() local 3264 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, e); in setSignalStrengthReportingCriteria() 3266 …adioService[mSlotId]->mRadioResponseV1_2->setSignalStrengthReportingCriteriaResponse(responseInfo); in setSignalStrengthReportingCriteria() 3521 RadioResponseInfo responseInfo = {}; in setInitialAttachApn_1_4() local 3522 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setInitialAttachApn_1_4() 3526 … = radioService[mSlotId]->mRadioResponseV1_4->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3530 = radioService[mSlotId]->mRadioResponse->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3547 RadioResponseInfo responseInfo = {}; in setDataProfile_1_4() local 3548 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setDataProfile_1_4() [all …]
|
D | ril_config.cpp | 59 extern void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 315 RadioResponseInfo responseInfo = {}; in getSimSlotsStatusResponse() local 316 populateResponseInfo(responseInfo, serial, responseType, e); in getSimSlotsStatusResponse() 321 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getSimSlotsStatusResponse() 336 responseInfo, simSlotStatus); in getSimSlotsStatusResponse() 352 RadioResponseInfo responseInfo = {}; in setSimSlotsMappingResponse() local 353 populateResponseInfo(responseInfo, serial, responseType, e); in setSimSlotsMappingResponse() 355 responseInfo); in setSimSlotsMappingResponse() 371 RadioResponseInfo responseInfo = {}; in getPhoneCapabilityResponse() local 372 populateResponseInfo(responseInfo, serial, responseType, e); in getPhoneCapabilityResponse() [all …]
|