Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp110 static bool sFormatOk = false; variable
351 sFormatOk = isOk; in nativeNfcTag_formatStatus()
398 sFormatOk = false; in nativeNfcTag_doWrite()
408 if (sFormatOk == false) // if format operation failed in nativeNfcTag_doWrite()
1529 sFormatOk = false; in nativeNfcTag_doNdefFormat()
1534 status = sFormatOk ? NFA_STATUS_OK : NFA_STATUS_FAILED; in nativeNfcTag_doNdefFormat()