Home
last modified time | relevance | path

Searched refs:sendBufLen (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc103 mMfcTagCmdIntfData.sendBufLen = cmdBuffLen; in BuildMfcCmd()
126 memcpy(pData, mMfcTagCmdIntfData.sendBuf, (mMfcTagCmdIntfData.sendBufLen)); in BuildMfcCmd()
127 *pLength = (mMfcTagCmdIntfData.sendBufLen); in BuildMfcCmd()
158 mMfcTagCmdIntfData.sendBufLen = 0x03; in BuildAuthCmd()
163 mMfcTagCmdIntfData.sendBufLen += MFC_AUTHKEYLEN; in BuildAuthCmd()
230 mMfcTagCmdIntfData.sendBufLen = mMfcTagCmdIntfData.sendBufLen - 1; in BuildWrite16Cmd()
231 uint8_t buff[mMfcTagCmdIntfData.sendBufLen]; in BuildWrite16Cmd()
232 memset(buff, 0, mMfcTagCmdIntfData.sendBufLen); in BuildWrite16Cmd()
234 (mMfcTagCmdIntfData.sendBufLen - 1)); in BuildWrite16Cmd()
236 (mMfcTagCmdIntfData.sendBufLen - 1)); in BuildWrite16Cmd()
[all …]
DNxpMfcReader.h101 uint16_t sendBufLen; /* Holds the length of the received data. */ member
/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc79 mMfcTagCmdIntfData.sendBufLen = cmdBuffLen; in BuildMfcCmd()
102 memcpy(pData, mMfcTagCmdIntfData.sendBuf, (mMfcTagCmdIntfData.sendBufLen)); in BuildMfcCmd()
103 *pLength = (mMfcTagCmdIntfData.sendBufLen); in BuildMfcCmd()
134 mMfcTagCmdIntfData.sendBufLen = 0x03; in BuildAuthCmd()
139 mMfcTagCmdIntfData.sendBufLen += MFC_AUTHKEYLEN; in BuildAuthCmd()
192 mMfcTagCmdIntfData.sendBufLen = mMfcTagCmdIntfData.sendBufLen - 1; in BuildWrite16Cmd()
194 mMfcTagCmdIntfData.sendBufLen); in BuildWrite16Cmd()
207 mMfcTagCmdIntfData.sendBufLen = mMfcTagCmdIntfData.sendBufLen + 1; in BuildRawCmd()
209 mMfcTagCmdIntfData.sendBufLen); in BuildRawCmd()
223 mMfcTagCmdIntfData.sendBufLen = 0x03; // eMfRawDataXchgHdr + cmd + in BuildIncDecCmd()
[all …]
DNxpMfcReader.h97 uint16_t sendBufLen; /* Holds the length of the received data. */ member