Lines Matching refs:resApduBuff
125 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
126 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
127 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
133 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
159 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel()
161 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel()
186 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()
202 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel()
222 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel()
223 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel()
239 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
243 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
246 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()