Home
last modified time | relevance | path

Searched refs:RecvdExtnRspId (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/nxp/nfc/pn8x/halimpl/mifare/
H A DNxpMfcReader.cc300 MfcRespId_t RecvdExtnRspId = eInvalidRsp; in AnalyzeMfcResp() local
305 RecvdExtnRspId = (MfcRespId_t)pBuff[0]; in AnalyzeMfcResp()
306 NXPLOG_NCIHAL_E("%s: RecvdExtnRspId=%d", __func__, RecvdExtnRspId); in AnalyzeMfcResp()
307 switch (RecvdExtnRspId) { in AnalyzeMfcResp()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/mifare/
H A DNxpMfcReader.cc299 MfcRespId_t RecvdExtnRspId = eInvalidRsp; in AnalyzeMfcResp() local
304 RecvdExtnRspId = (MfcRespId_t)pBuff[0]; in AnalyzeMfcResp()
305 NXPLOG_NCIHAL_E("%s: RecvdExtnRspId=%d", __func__, RecvdExtnRspId); in AnalyzeMfcResp()
306 switch (RecvdExtnRspId) { in AnalyzeMfcResp()
/aosp12/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
H A DphNxpExtns_MifareStd.cpp1116 phNciNfc_ExtnRespId_t RecvdExtnRspId = phNciNfc_e_InvalidRsp; in phNciNfc_RecvMfResp() local
1125 RecvdExtnRspId = (phNciNfc_ExtnRespId_t)RspBuffInfo->pBuff[0]; in phNciNfc_RecvMfResp()
1127 switch (RecvdExtnRspId) { in phNciNfc_RecvMfResp()