Lines Matching refs:resApduBuff
155 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
156 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
157 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
165 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
192 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel()
194 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel()
198 aram_channel = resApduBuff.channelNumber; in openLogicalChannel()
201 if (aram_channel == resApduBuff.channelNumber) aram_channel = 0; in openLogicalChannel()
224 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()
242 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel()
250 if (Aram_transceive && (aram_channel == resApduBuff.channelNumber)) { in openLogicalChannel()
267 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel()
268 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel()
288 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
292 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
296 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()