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

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp60 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for RF interface switch member in namespace:android
649 gIsTagDeactivating = true;
677 gIsTagDeactivating = false;
718 gIsTagDeactivating = false;
H A DNativeNfcManager.cpp50 extern bool gIsTagDeactivating;
359 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
373 else if (gIsTagDeactivating)

Completed in 234 milliseconds