Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/mifare/
DNxpMfcReader.cc393 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument
398 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()
401 pTransceiveData += 1; in CheckMfcResponse()
405 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()
406 pTransceiveData += 1; in CheckMfcResponse()
408 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()
412 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()
413 pTransceiveData += 1; in CheckMfcResponse()
DNxpMfcReader.h117 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,
/hardware/nxp/nfc/snxxx/halimpl/mifare/
DNxpMfcReader.cc446 NFCSTATUS NxpMfcReader::CheckMfcResponse(uint8_t* pTransceiveData, in CheckMfcResponse() argument
451 if ((pTransceiveData)[0] == 0x10 && (pTransceiveData)[1] != 0x0A) { in CheckMfcResponse()
454 pTransceiveData += 1; in CheckMfcResponse()
458 if ((pTransceiveData)[0] == 0x40) { in CheckMfcResponse()
459 pTransceiveData += 1; in CheckMfcResponse()
461 if ((pTransceiveData)[0] == 0x03) { in CheckMfcResponse()
465 } else if ((pTransceiveData)[0] == 0x10) { in CheckMfcResponse()
466 pTransceiveData += 1; in CheckMfcResponse()
DNxpMfcReader.h123 NFCSTATUS CheckMfcResponse(uint8_t* pTransceiveData,