Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphFriNfc_MifStdFormat.cpp83 static MFC_FORMAT_STATE FormatKeyState = MFC_FORMAT_INIT; variable
171 if (MFC_FORMAT_DEF_KEY == FormatKeyState) { in phFriNfc_MfStd_Format()
172 FormatKeyState = MFC_FORMAT_INIT; in phFriNfc_MfStd_Format()
176 FormatKeyState = MFC_FORMAT_NFC_KEY; in phFriNfc_MfStd_Format()
220 if (MFC_FORMAT_DEF_KEY == FormatKeyState) { in phFriNfc_MfStd_Process()
255 if (MFC_FORMAT_NFC_KEY == FormatKeyState) { in phFriNfc_MfStd_Process()
256 FormatKeyState = MFC_FORMAT_DEF_KEY; in phFriNfc_MfStd_Process()