Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp60 …bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for… variable
649 gIsTagDeactivating = true; in reSelect()
677 gIsTagDeactivating = false; in reSelect()
718 gIsTagDeactivating = false; in reSelect()
DNativeNfcManager.cpp50 extern bool gIsTagDeactivating;
359 …EVT Type: %u, gIsTagDeactivating: %d", __func__, eventData->deactivated.type,gIsTagDeactivating); in nfaConnectionCallback()
373 else if (gIsTagDeactivating) in nfaConnectionCallback()