Searched refs:populateResponseInfo (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 183 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 3539 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, e); in setSignalStrengthReportingCriteria() 3800 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setInitialAttachApn_1_4() 3826 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setDataProfile_1_4() 4510 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setInitialAttachApn_1_5() 4540 populateResponseInfo(responseInfo, serial, RESPONSE_SOLICITED, RIL_E_SUCCESS); in setDataProfile_1_5() 4840 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() function 4871 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty() 4890 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt() 4929 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse() [all …]
|
D | ril_config.cpp | 65 extern void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, 356 populateResponseInfo(responseInfo, serial, responseType, e); in getSimSlotsStatusResponse() 393 populateResponseInfo(responseInfo, serial, responseType, e); in setSimSlotsMappingResponse() 412 populateResponseInfo(responseInfo, serial, responseType, e); in getPhoneCapabilityResponse() 446 populateResponseInfo(responseInfo, serial, responseType, e); in setPreferredDataModemResponse() 465 populateResponseInfo(responseInfo, serial, responseType, e); in setModemsConfigResponse() 484 populateResponseInfo(responseInfo, serial, responseType, e); in getModemsConfigResponse()
|