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

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp87 static bool sWaitingForTransceive = false; member in namespace:android
790 ALOGD ("%s: data len=%d, waiting for transceive: %d", __FUNCTION__, bufLen, sWaitingForTransceive);
791 if (!sWaitingForTransceive)
814 ALOGD ("%s: waiting for transceive: %d", __FUNCTION__, sWaitingForTransceive);
815 if (!sWaitingForTransceive)
888 sWaitingForTransceive = true;
943 sWaitingForTransceive = false;

Completed in 330 milliseconds