Home
last modified time | relevance | path

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

/hardware/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.cpp2961 void populateResponseInfo(RadioResponseInfo& responseInfo, int serial, int responseType, in populateResponseInfo() argument
2964 switch (responseType) { in populateResponseInfo()
2975 int responseIntOrEmpty(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseIntOrEmpty() argument
2977 populateResponseInfo(responseInfo, serial, responseType, e); in responseIntOrEmpty()
2994 int responseInt(RadioResponseInfo& responseInfo, int serial, int responseType, RIL_Errno e, in responseInt() argument
2996 populateResponseInfo(responseInfo, serial, responseType, e); in responseInt()
3010 int responseType, int serial, RIL_Errno e, in getIccCardStatusResponse() argument
3014 populateResponseInfo(responseInfo, serial, responseType, e); in getIccCardStatusResponse()
3060 int responseType, int serial, RIL_Errno e, in supplyIccPinForAppResponse() argument
3068 int ret = responseIntOrEmpty(responseInfo, serial, responseType, e, response, responseLen); in supplyIccPinForAppResponse()
[all …]
Dril.cpp90 int (*responseFunction) (int slotId, int responseType, int token,
285 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() local
296 (int)socket_id, responseType, 0, in resendLastNITZTimeData()
621 int responseType; in RIL_onRequestComplete() local
625 responseType = RESPONSE_SOLICITED_ACK_EXP; in RIL_onRequestComplete()
628 responseType = RESPONSE_SOLICITED; in RIL_onRequestComplete()
641 responseType, pRI->token, e, response, responselen); in RIL_onRequestComplete()
774 int responseType; in RIL_onUnsolicitedResponse() local
777 responseType = RESPONSE_UNSOLICITED_ACK_EXP; in RIL_onUnsolicitedResponse()
779 responseType = RESPONSE_UNSOLICITED; in RIL_onUnsolicitedResponse()
[all …]
Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token,
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControlCallback.hal111 NfwResponseType responseType;