Home
last modified time | relevance | path

Searched refs:responseType (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.h26 int getIccCardStatusResponse(int slotId, int responseType,
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
54 int responseType, int serial, RIL_Errno e,
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen);
[all …]
Dril_service.cpp130 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,
3924 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
3927 switch (responseType) { in populateResponseInfo()
3938 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
3940 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
3957 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
3959 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
3973 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() argument
3979 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse()
4051 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() argument
[all …]
Dril.cpp88 int (*responseFunction) (int slotId, int responseType, int token,
283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local
294 (int)socket_id, responseType, 0, in resendLastNITZTimeData()
620 int responseType; in RIL_onRequestComplete() local
624 responseType = RESPONSE_SOLICITED_ACK_EXP; in RIL_onRequestComplete()
627 responseType = RESPONSE_SOLICITED; in RIL_onRequestComplete()
640 responseType, pRI->token, e, response, responselen); in RIL_onRequestComplete()
773 int responseType; in RIL_onUnsolicitedResponse() local
776 responseType = RESPONSE_UNSOLICITED_ACK_EXP; in RIL_onUnsolicitedResponse()
778 responseType = RESPONSE_UNSOLICITED; in RIL_onUnsolicitedResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.h26 int getIccCardStatusResponse(int slotId, int responseType,
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
54 int responseType, int serial, RIL_Errno e,
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen);
[all …]
Dril_service.cpp139 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,
4095 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
4098 switch (responseType) { in populateResponseInfo()
4109 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
4111 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
4128 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
4130 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
4144 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() argument
4150 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse()
4225 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() argument
[all …]
Dril_config.cpp59 extern void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,
308 int radio_1_6::getSimSlotsStatusResponse(int slotId, int responseType, int serial, in getSimSlotsStatusResponse() argument
316 populateResponseInfo(responseInfo, serial, responseType, e); in getSimSlotsStatusResponse()
345 int radio_1_6::setSimSlotsMappingResponse(int slotId, int responseType, int serial, in setSimSlotsMappingResponse() argument
353 populateResponseInfo(responseInfo, serial, responseType, e); in setSimSlotsMappingResponse()
364 int radio_1_6::getPhoneCapabilityResponse(int slotId, int responseType, int serial, in getPhoneCapabilityResponse() argument
372 populateResponseInfo(responseInfo, serial, responseType, e); in getPhoneCapabilityResponse()
398 int radio_1_6::setPreferredDataModemResponse(int slotId, int responseType, int serial, in setPreferredDataModemResponse() argument
406 populateResponseInfo(responseInfo, serial, responseType, e); in setPreferredDataModemResponse()
417 int radio_1_6::setModemsConfigResponse(int slotId, int responseType, int serial, in setModemsConfigResponse() argument
[all …]
Dril.cpp88 int (*responseFunction) (int slotId, int responseType, int token,
300 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local
311 (int)socket_id, responseType, 0, in resendLastNITZTimeData()
651 int responseType; in RIL_onRequestComplete() local
655 responseType = RESPONSE_SOLICITED_ACK_EXP; in RIL_onRequestComplete()
658 responseType = RESPONSE_SOLICITED; in RIL_onRequestComplete()
671 responseType, pRI->token, e, response, responselen); in RIL_onRequestComplete()
817 int responseType; in RIL_onUnsolicitedResponse() local
820 responseType = RESPONSE_UNSOLICITED_ACK_EXP; in RIL_onUnsolicitedResponse()
822 responseType = RESPONSE_UNSOLICITED; in RIL_onUnsolicitedResponse()
[all …]
/device/generic/goldfish/radio/libril/
Dril_service.h26 int getIccCardStatusResponse(int slotId, int responseType,
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
54 int responseType, int serial, RIL_Errno e,
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen);
[all …]
Dril_service.cpp2988 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
2991 switch (responseType) { 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()
3021 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
3023 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
3037 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() argument
3041 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse()
3087 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() argument
3095 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPinForAppResponse()
[all …]
Dril.cpp88 int (*responseFunction) (int slotId, int responseType, int token,
283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local
294 (int)socket_id, responseType, 0, in resendLastNITZTimeData()
619 int responseType; in RIL_onRequestComplete() local
623 responseType = RESPONSE_SOLICITED_ACK_EXP; in RIL_onRequestComplete()
626 responseType = RESPONSE_SOLICITED; in RIL_onRequestComplete()
639 responseType, pRI->token, e, response, responselen); in RIL_onRequestComplete()
772 int responseType; in RIL_onUnsolicitedResponse() local
775 responseType = RESPONSE_UNSOLICITED_ACK_EXP; in RIL_onUnsolicitedResponse()
777 responseType = RESPONSE_UNSOLICITED; in RIL_onUnsolicitedResponse()
[all …]
Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token,