Searched defs:rfInterface (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeNfcTag.cpp117 static int reSelect (tNFA_INTF_TYPE rfInterface, bool fSwitchIfNeeded);
118 static bool switchRfInterface(tNFA_INTF_TYPE rfInterface);
547 static int reSelect (tNFA_INTF_TYPE rfInterface, bool fSwitchIfNeeded) argument
549 ALOGD ("%s: enter; rf intf = %d, current intf = %d", __FUNCTION__, rfInterface, sCurrentRfInterface);
553 if (fSwitchIfNeeded && (rfInterface == sCurrentRfInterface))
611 ALOGD ("%s: select interface %u", __FUNCTION__, rfInterface);
613 if (NFA_STATUS_OK != (status = NFA_Select (natTag.mTechHandles[0], natTag.mTechLibNfcTypes[0], rfInterface)))
637 sCurrentRfInterface = rfInterface;
658 ** rfInterface: Type of RF interface.
663 static bool switchRfInterface (tNFA_INTF_TYPE rfInterface) argument
[all...]

Completed in 1032 milliseconds