Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dsap_service.cpp771 void *messagePtr = sapDecodeMessage(msgId, msgType, data, dataLen); in processResponse() local
780 if (messagePtr == NULL) { in processResponse()
793 RIL_SIM_SAP_CONNECT_RSP *connectRsp = (RIL_SIM_SAP_CONNECT_RSP *)messagePtr; in processResponse()
810 (RIL_SIM_SAP_DISCONNECT_IND *)messagePtr; in processResponse()
819 RIL_SIM_SAP_APDU_RSP *apduRsp = (RIL_SIM_SAP_APDU_RSP *)messagePtr; in processResponse()
833 (RIL_SIM_SAP_TRANSFER_ATR_RSP *)messagePtr; in processResponse()
850 ((RIL_SIM_SAP_POWER_RSP *)messagePtr)->response); in processResponse()
859 ((RIL_SIM_SAP_RESET_SIM_RSP *)messagePtr)->response); in processResponse()
867 RIL_SIM_SAP_STATUS_IND *statusInd = (RIL_SIM_SAP_STATUS_IND *)messagePtr; in processResponse()
877 (RIL_SIM_SAP_TRANSFER_CARD_READER_STATUS_RSP *)messagePtr; in processResponse()
[all …]