Lines Matching refs:resApduBuff
203 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
204 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
205 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
211 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
254 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
257 resApduBuff.channelNumber = resp[0]; in openLogicalChannel()
271 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
292 apdu[index++] = resApduBuff.channelNumber; in openLogicalChannel()
314 resApduBuff.selectResponse.resize(resp_len); in openLogicalChannel()
315 memcpy(&resApduBuff.selectResponse[0], resp, resp_len); in openLogicalChannel()
337 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
341 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()