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

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp82 static tNFA_STATUS sCheckNdefStatus = 0; //whether tag already contains a NDEF message member in namespace:android
364 if (sCheckNdefStatus == NFA_STATUS_FAILED)
1020 sCheckNdefStatus = status;
1021 if (sCheckNdefStatus != NFA_STATUS_OK && sCheckNdefStatus != NFA_STATUS_TIMEOUT)
1022 sCheckNdefStatus = NFA_STATUS_FAILED;
1024 if (sCheckNdefStatus == NFA_STATUS_OK)
1032 else if (sCheckNdefStatus == NFA_STATUS_FAILED)
1115 if (sCheckNdefStatus == NFA_STATUS_OK)
1130 else if (sCheckNdefStatus
[all...]

Completed in 64 milliseconds