Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp698 gAuthCmdBuf.auth_sent = false; in Mfc_PresenceCheck()
701 gAuthCmdBuf.auth_sent = true; in Mfc_PresenceCheck()
1174 if (gAuthCmdBuf.auth_sent == true) { in phNciNfc_RecvMfResp()
1197 if (gAuthCmdBuf.auth_sent == true) { in phNciNfc_RecvMfResp()
1308 if (true == gAuthCmdBuf.auth_sent) { in Mfc_RecvPacket()
1311 gAuthCmdBuf.auth_sent = false; in Mfc_RecvPacket()
DphNxpExtns_MifareStd.h188 bool_t auth_sent; member
/packages/apps/Nfc/nci/jni/extns/pn54x/src/
DphNxpExtns.cpp587 gAuthCmdBuf.auth_sent = false; in EXTNS_GetPresenceCheckStatus()
603 void MfcResetPresenceCheckStatus(void) { gAuthCmdBuf.auth_sent = false; } in MfcResetPresenceCheckStatus()