Lines Matching refs:resApduBuff
231 LogicalChannelResponse resApduBuff; in openLogicalChannel() local
232 resApduBuff.channelNumber = 0xff; in openLogicalChannel()
233 memset(&resApduBuff, 0x00, sizeof(resApduBuff)); in openLogicalChannel()
244 _hidl_cb(resApduBuff, SecureElementStatus::IOERROR); in openLogicalChannel()
287 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
290 resApduBuff.channelNumber = resp[0]; in openLogicalChannel()
304 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()
325 apdu[index++] = resApduBuff.channelNumber; in openLogicalChannel()
347 resApduBuff.selectResponse.resize(resp_len); in openLogicalChannel()
348 memcpy(&resApduBuff.selectResponse[0], resp, resp_len); in openLogicalChannel()
370 closeChannel(resApduBuff.channelNumber); in openLogicalChannel()
374 _hidl_cb(resApduBuff, mSecureElementStatus); in openLogicalChannel()