Home
last modified time | relevance | path

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

/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.cpp183 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,
188 int serial, int responseType, RIL_Errno e);
4840 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
4843 switch (responseType) { in populateResponseInfo()
4856 int serial, int responseType, RIL_Errno e) { in populateResponseInfo_1_6() argument
4858 switch (responseType) { in populateResponseInfo_1_6()
4869 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
4871 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
4888 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
4890 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
[all …]
Dril_config.cpp65 extern void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType,
70 int serial, int responseType, RIL_Errno e);
348 int radio_1_6::getSimSlotsStatusResponse(int slotId, int responseType, int serial, in getSimSlotsStatusResponse() argument
356 populateResponseInfo(responseInfo, serial, responseType, e); in getSimSlotsStatusResponse()
385 int radio_1_6::setSimSlotsMappingResponse(int slotId, int responseType, int serial, in setSimSlotsMappingResponse() argument
393 populateResponseInfo(responseInfo, serial, responseType, e); in setSimSlotsMappingResponse()
404 int radio_1_6::getPhoneCapabilityResponse(int slotId, int responseType, int serial, in getPhoneCapabilityResponse() argument
412 populateResponseInfo(responseInfo, serial, responseType, e); in getPhoneCapabilityResponse()
438 int radio_1_6::setPreferredDataModemResponse(int slotId, int responseType, int serial, in setPreferredDataModemResponse() argument
446 populateResponseInfo(responseInfo, serial, responseType, e); in setPreferredDataModemResponse()
[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 …]
Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token,