Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dsap_service.cpp778 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse() local
787 if (messagePtr == NULL) { in processResponse()
800 RIL_SIM_SAP_CONNECT_RSP *connectRsp = (RIL_SIM_SAP_CONNECT_RSP *)messagePtr; in processResponse()
817 (RIL_SIM_SAP_DISCONNECT_IND *)messagePtr; in processResponse()
826 RIL_SIM_SAP_APDU_RSP *apduRsp = (RIL_SIM_SAP_APDU_RSP *)messagePtr; in processResponse()
840 (RIL_SIM_SAP_TRANSFER_ATR_RSP *)messagePtr; in processResponse()
857 ((RIL_SIM_SAP_POWER_RSP *)messagePtr)->response); in processResponse()
866 ((RIL_SIM_SAP_RESET_SIM_RSP *)messagePtr)->response); in processResponse()
874 RIL_SIM_SAP_STATUS_IND *statusInd = (RIL_SIM_SAP_STATUS_IND *)messagePtr; in processResponse()
884 (RIL_SIM_SAP_TRANSFER_CARD_READER_STATUS_RSP *)messagePtr; in processResponse()
[all …]