Searched refs:responseInfo (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 183 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 187 ::android::hardware::radio::V1_6::RadioResponseInfo &responseInfo, 3533 RadioResponseInfo responseInfo = {}; in setSignalStrengthReportingCriteria() local 3539 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, e); in setSignalStrengthReportingCriteria() 3543 responseInfo); in setSignalStrengthReportingCriteria() 3799 RadioResponseInfo responseInfo = {}; in setInitialAttachApn_1_4() local 3800 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setInitialAttachApn_1_4() 3804 … = radioService[mSlotId]->mRadioResponseV1_4->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3808 = radioService[mSlotId]->mRadioResponse->setInitialAttachApnResponse(responseInfo); in setInitialAttachApn_1_4() 3825 RadioResponseInfo responseInfo = {}; in setDataProfile_1_4() local [all …]
|
D | RefRadioNetwork.cpp | 25 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo() function 36 respond()->setUsageSettingResponse(responseInfo(serial, RadioError::INVALID_ARGUMENTS)); in setUsageSetting() 41 respond()->setUsageSettingResponse(responseInfo(serial)); in setUsageSetting() 46 respond()->getUsageSettingResponse(responseInfo(serial), mUsageSetting); in getUsageSetting() 56 respond()->setEmergencyModeResponse(responseInfo(serial), regState); in setEmergencyMode() 62 respond()->triggerEmergencyNetworkScanResponse(responseInfo(serial)); in triggerEmergencyNetworkScan() 67 respond()->exitEmergencyModeResponse(responseInfo(serial)); in exitEmergencyMode() 72 respond()->cancelEmergencyNetworkScanResponse(responseInfo(serial)); in cancelEmergencyNetworkScan() 77 respond()->isN1ModeEnabledResponse(responseInfo(serial), false); in isN1ModeEnabled() 82 respond()->setN1ModeEnabledResponse(responseInfo(serial)); in setN1ModeEnabled() [all …]
|
D | ril_config.cpp | 65 extern void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 69 ::android::hardware::radio::V1_6::RadioResponseInfo &responseInfo, 355 RadioResponseInfo responseInfo = {}; in getSimSlotsStatusResponse() local 356 populateResponseInfo(responseInfo, serial, responseType, e); in getSimSlotsStatusResponse() 361 if (e == RIL_E_SUCCESS) responseInfo.error = RadioError::INVALID_RESPONSE; in getSimSlotsStatusResponse() 376 responseInfo, simSlotStatus); in getSimSlotsStatusResponse() 392 RadioResponseInfo responseInfo = {}; in setSimSlotsMappingResponse() local 393 populateResponseInfo(responseInfo, serial, responseType, e); in setSimSlotsMappingResponse() 395 responseInfo); in setSimSlotsMappingResponse() 411 RadioResponseInfo responseInfo = {}; in getPhoneCapabilityResponse() local [all …]
|
D | RefRadioIms.cpp | 25 static RadioResponseInfo responseInfo(int32_t serial) { in responseInfo() function 36 respond()->setSrvccCallInfoResponse(responseInfo(serial)); in setSrvccCallInfo() 42 respond()->updateImsRegistrationInfoResponse(responseInfo(serial)); in updateImsRegistrationInfo() 50 respond()->startImsTrafficResponse(responseInfo(serial), {}); in startImsTraffic() 54 respond()->stopImsTrafficResponse(responseInfo(serial)); in stopImsTraffic() 59 respond()->triggerEpsFallbackResponse(responseInfo(serial)); in triggerEpsFallback() 66 respond()->sendAnbrQueryResponse(responseInfo(serial)); in sendAnbrQuery() 72 respond()->updateImsCallStatusResponse(responseInfo(serial)); in updateImsCallStatus()
|
D | RefRadioConfig.cpp | 28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo() function 37 respond()->getSimultaneousCallingSupportResponse(responseInfo(serial), {}); in getSimultaneousCallingSupport()
|
D | RefRadioSim.cpp | 26 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo() function 38 responseInfo(serial, RadioError::INVALID_ARGUMENTS)); in iccCloseLogicalChannelWithSessionInfo()
|
D | RefRadioModem.cpp | 28 static RadioResponseInfo responseInfo(int32_t serial, RadioError error = RadioError::NONE) { in responseInfo() function 41 respond()->getImeiResponse(responseInfo(serial), imeiInfo); in getImei()
|