Searched refs:gIsSelectingRfInterface (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcManager.cpp52 extern bool gIsSelectingRfInterface;
281 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling);
288 if (gIsSelectingRfInterface)
303 ALOGD("%s: NFA_ACTIVATED_EVT: gIsSelectingRfInterface=%d, sIsDisabling=%d", __FUNCTION__, gIsSelectingRfInterface, sIsDisabling);
310 if (gIsSelectingRfInterface)
H A DNativeNfcTag.cpp56 bool gIsSelectingRfInterface = false; // flag for nfa callback indicating we are selecting for RF interface switch member in namespace:android
612 gIsSelectingRfInterface = true;
647 gIsSelectingRfInterface = false;

Completed in 130 milliseconds