Home
last modified time | relevance | path

Searched refs:foundIdx (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nci/jni/
DNfcTag.cpp1129 int foundIdx = -1; in selectFirstTag() local
1138 foundIdx = i; in selectFirstTag()
1143 if (foundIdx != -1) in selectFirstTag()
1145 if (mTechLibNfcTypes [foundIdx] == NFA_PROTOCOL_ISO_DEP) in selectFirstTag()
1152 … tNFA_STATUS stat = NFA_Select (mTechHandles [foundIdx], mTechLibNfcTypes [foundIdx], rf_intf); in selectFirstTag()