Searched refs:rilSerial (Results 1 – 1 of 1) sorted by relevance
760 int rilSerial = sNextSerial.getAndIncrement(); in send() local762 Log.e(TAG, "callISapReq: called for mMsgType " + mMsgType + " rilSerial " + rilSerial); in send()769 sOngoingRequests.put(rilSerial, mMsgType); in send()774 sapProxy.connectReq(rilSerial, mMaxMsgSize); in send()779 sapProxy.disconnectReq(rilSerial); in send()796 sapProxy.apduReq(rilSerial, type, command); in send()814 sapProxy.setTransferProtocolReq(rilSerial, transportProtocol); in send()819 sapProxy.transferAtrReq(rilSerial); in send()824 sapProxy.powerReq(rilSerial, false); in send()829 sapProxy.powerReq(rilSerial, true); in send()[all …]