Searched refs:foundIdx (Results 1 – 2 of 2) sorted by relevance
236 int foundIdx = 0; in maybeRebuildQueue() local247 foundIdx = queue.size(); in maybeRebuildQueue()266 mCurrentQueueIdx = foundIdx; // Resumes from beginning if last playing song was not found. in maybeRebuildQueue()313 int foundIdx = -1; in startPlayback() local316 foundIdx = idx; in startPlayback()322 if (foundIdx == -1) { in startPlayback()328 mCurrentQueueIdx = foundIdx; in startPlayback()
1100 int foundIdx = -1; in selectFirstTag() local1108 foundIdx = i; in selectFirstTag()1113 if (foundIdx != -1) { in selectFirstTag()1114 if (mTechLibNfcTypes[foundIdx] == NFA_PROTOCOL_ISO_DEP) { in selectFirstTag()1116 } else if (mTechLibNfcTypes[foundIdx] == NFC_PROTOCOL_MIFARE) { in selectFirstTag()1122 NFA_Select(mTechHandles[foundIdx], mTechLibNfcTypes[foundIdx], rf_intf); in selectFirstTag()