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

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp105 static bool sFormatOk = false; member in namespace:android
326 sFormatOk = isOk;
372 sFormatOk = false;
376 if (sFormatOk == false) //if format operation failed
1368 sFormatOk = false;
1374 status = sFormatOk ? NFA_STATUS_OK : NFA_STATUS_FAILED;

Completed in 33 milliseconds