Lines Matching refs:resApduBuff
167 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
168 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
169 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
175 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
201 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel()
203 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel()
228 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()
244 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel()
264 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel()
265 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel()
281 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
285 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
288 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()