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
339 sFormatOk = isOk;
385 sFormatOk = false;
389 if (sFormatOk == false) //if format operation failed
1416 sFormatOk = false;
1422 status = sFormatOk ? NFA_STATUS_OK : NFA_STATUS_FAILED;

Completed in 8958 milliseconds