HomeSort by relevance Sort by last modified time
    Searched refs:gIsTagDeactivating (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 60 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for RF interface switch
649 gIsTagDeactivating = true;
677 gIsTagDeactivating = false;
718 gIsTagDeactivating = false;
    [all...]
NativeNfcManager.cpp 50 extern bool gIsTagDeactivating;
359 ALOGV("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __func__, eventData->deactivated.type,gIsTagDeactivating);
373 else if (gIsTagDeactivating)
    [all...]

Completed in 86 milliseconds