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 55 bool gIsTagDeactivating = false; // flag for nfa callback indicating we are deactivating for RF interface switch
577 gIsTagDeactivating = true;
605 gIsTagDeactivating = false;
646 gIsTagDeactivating = false;
    [all...]
NativeNfcManager.cpp 51 extern bool gIsTagDeactivating;
354 ALOGD("%s: NFA_DEACTIVATED_EVT Type: %u, gIsTagDeactivating: %d", __FUNCTION__, eventData->deactivated.type,gIsTagDeactivating);
368 else if (gIsTagDeactivating)
    [all...]

Completed in 33 milliseconds