Lines Matching refs:apdu
995 RIL_SIM_APDU apdu; in dispatchSIM_APDU() local
1000 memset (&apdu, 0, sizeof(RIL_SIM_APDU)); in dispatchSIM_APDU()
1005 apdu.sessionid = (int)t; in dispatchSIM_APDU()
1008 apdu.cla = (int)t; in dispatchSIM_APDU()
1011 apdu.instruction = (int)t; in dispatchSIM_APDU()
1014 apdu.p1 = (int)t; in dispatchSIM_APDU()
1017 apdu.p2 = (int)t; in dispatchSIM_APDU()
1020 apdu.p3 = (int)t; in dispatchSIM_APDU()
1022 apdu.data = strdupReadString(p); in dispatchSIM_APDU()
1026 printBuf, apdu.sessionid, apdu.cla, apdu.instruction, apdu.p1, apdu.p2, in dispatchSIM_APDU()
1027 apdu.p3, (char*)apdu.data); in dispatchSIM_APDU()
1035 CALL_ONREQUEST(pRI->pCI->requestNumber, &apdu, sizeof(RIL_SIM_APDU), pRI, pRI->socket_id); in dispatchSIM_APDU()
1038 memsetString(apdu.data); in dispatchSIM_APDU()
1040 free(apdu.data); in dispatchSIM_APDU()
1043 memset(&apdu, 0, sizeof(RIL_SIM_APDU)); in dispatchSIM_APDU()