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

  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 50 extern bool gIsSelectingRfInterface;
276 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling);
283 if (gIsSelectingRfInterface)
298 ALOGD("%s: NFA_ACTIVATED_EVT: gIsSelectingRfInterface=%d, sIsDisabling=%d", __FUNCTION__, gIsSelectingRfInterface, sIsDisabling);
305 if (gIsSelectingRfInterface)
    [all...]
NativeNfcTag.cpp 59 bool gIsSelectingRfInterface = false; // flag for nfa callback indicating we are selecting for RF interface switch
598 gIsSelectingRfInterface = true;
633 gIsSelectingRfInterface = false;
    [all...]

Completed in 1064 milliseconds