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 58 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for RF interface switch
563 gIsTagDeactivating = true;
591 gIsTagDeactivating = false;
632 gIsTagDeactivating = false;
    [all...]
NativeNfcManager.cpp 49 extern bool gIsTagDeactivating;
348 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
362 else if (gIsTagDeactivating)
    [all...]

Completed in 63 milliseconds