Searched refs:rfInterface (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 121 static int reSelect (tNFA_INTF_TYPE rfInterface, bool fSwitchIfNeeded); 122 static bool switchRfInterface(tNFA_INTF_TYPE rfInterface); 202 void nativeNfcTag_setRfInterface (tNFA_INTF_TYPE rfInterface) in nativeNfcTag_setRfInterface() argument 204 sCurrentRfInterface = rfInterface; in nativeNfcTag_setRfInterface() 619 static int reSelect (tNFA_INTF_TYPE rfInterface, bool fSwitchIfNeeded) in reSelect() argument 621 ALOGV("%s: enter; rf intf = %d, current intf = %d", __func__, rfInterface, sCurrentRfInterface); in reSelect() 625 if (fSwitchIfNeeded && (rfInterface == sCurrentRfInterface)) in reSelect() 683 ALOGV("%s: select interface %u", __func__, rfInterface); in reSelect() 685 …ATUS_OK != (status = NFA_Select (natTag.mTechHandles[0], natTag.mTechLibNfcTypes[0], rfInterface))) in reSelect() 709 sCurrentRfInterface = rfInterface; in reSelect() [all …]
|
D | NativeNfcManager.cpp | 63 extern void nativeNfcTag_setRfInterface (tNFA_INTF_TYPE rfInterface);
|