Lines Matching refs:resApduBuff
236 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
237 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
238 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
249 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
292 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
295 resApduBuff.channelNumber = resp[0]; in openLogicalChannel()
309 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
330 apdu[index++] = resApduBuff.channelNumber; in openLogicalChannel()
352 resApduBuff.selectResponse.resize(resp_len); in openLogicalChannel()
353 memcpy(&resApduBuff.selectResponse[0], resp, resp_len); in openLogicalChannel()
375 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
379 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()