Lines Matching refs:resApduBuff
126 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
127 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
128 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
134 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
160 resApduBuff.channelNumber = rspApdu.p_data[0]; in openLogicalChannel()
162 mOpenedChannels[resApduBuff.channelNumber] = true; in openLogicalChannel()
187 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()
203 cmdApdu.p_data[xx++] = resApduBuff.channelNumber; in openLogicalChannel()
223 resApduBuff.selectResponse.resize(rspApdu.len); in openLogicalChannel()
224 memcpy(&resApduBuff.selectResponse[0], rspApdu.p_data, rspApdu.len); in openLogicalChannel()
240 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
244 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
247 _hidl_cb(resApduBuff, sestatus); in openLogicalChannel()