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 52 extern bool gIsSelectingRfInterface;
279 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling);
286 if (gIsSelectingRfInterface)
301 ALOGD("%s: NFA_ACTIVATED_EVT: gIsSelectingRfInterface=%d, sIsDisabling=%d", __FUNCTION__, gIsSelectingRfInterface, sIsDisabling);
308 if (gIsSelectingRfInterface)
    [all...]
NativeNfcTag.cpp 56 bool gIsSelectingRfInterface = false; // flag for nfa callback indicating we are selecting for RF interface switch
612 gIsSelectingRfInterface = true;
647 gIsSelectingRfInterface = false;
    [all...]

Completed in 32 milliseconds