Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp56 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are variable
613 gIsTagDeactivating = true; in reSelect()
642 gIsTagDeactivating = false; in reSelect()
701 gIsTagDeactivating = false; in reSelect()
DNativeNfcManager.cpp52 extern bool gIsTagDeactivating;
427 __func__, eventData->deactivated.type, gIsTagDeactivating); in nfaConnectionCallback()
440 } else if (gIsTagDeactivating) { in nfaConnectionCallback()