Lines Matching refs:resApduBuff
156 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
157 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
158 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
166 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
193 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel()
195 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel()
218 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()
236 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel()
256 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel()
257 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel()
277 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
281 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
285 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()