Searched refs:buffSz (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
D | phNxpExtns_MifareStd.cpp | 41 uint8_t* buff, uint16_t* buffSz); 63 uint16_t* buffSz); 65 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz); 71 static NFCSTATUS nativeNfcExtns_doTransceive(uint8_t* buff, uint16_t buffSz); 1087 static NFCSTATUS nativeNfcExtns_doTransceive(uint8_t* buff, uint16_t buffSz) { in nativeNfcExtns_doTransceive() argument 1090 NFA_SendRawFrame(buff, buffSz, NFA_DM_DEFAULT_PRESENCE_CHECK_START_DELAY); in nativeNfcExtns_doTransceive() 1310 NFCSTATUS Mfc_RecvPacket(uint8_t* buff, uint8_t buffSz) { in Mfc_RecvPacket() argument 1317 RspBuff.wLen = buffSz; in Mfc_RecvPacket() 1391 phNciNfc_TransceiveInfo_t tTranscvInfo, uint8_t* buff, uint16_t* buffSz) in phNciNfc_MfCreateXchgDataHdr() argument 1399 *buffSz = i + tTranscvInfo.tSendData.wLen; in phNciNfc_MfCreateXchgDataHdr() [all …]
|
D | phNxpExtns_MifareStd.h | 228 NFCSTATUS Mfc_RecvPacket(uint8_t* buff, uint8_t buffSz);
|