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

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp55 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for RF interface switch member in namespace:android
577 gIsTagDeactivating = true;
605 gIsTagDeactivating = false;
646 gIsTagDeactivating = false;
H A DNativeNfcManager.cpp51 extern bool gIsTagDeactivating;
356 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
370 else if (gIsTagDeactivating)

Completed in 3573 milliseconds