Searched refs:foundIdx (Results 1 – 2 of 2) sorted by relevance
231 int foundIdx = 0; in maybeRebuildQueue() local242 foundIdx = queue.size(); in maybeRebuildQueue()261 mCurrentQueueIdx = foundIdx; // Resumes from beginning if last playing song was not found. in maybeRebuildQueue()308 int foundIdx = -1; in startPlayback() local311 foundIdx = idx; in startPlayback()317 if (foundIdx == -1) { in startPlayback()323 mCurrentQueueIdx = foundIdx; in startPlayback()
1150 int foundIdx = -1; in selectFirstTag() local1159 foundIdx = i; in selectFirstTag()1164 if (foundIdx != -1) in selectFirstTag()1166 if (mTechLibNfcTypes [foundIdx] == NFA_PROTOCOL_ISO_DEP) in selectFirstTag()1170 else if (mTechLibNfcTypes [foundIdx] == NFA_PROTOCOL_MIFARE) in selectFirstTag()1177 … tNFA_STATUS stat = NFA_Select (mTechHandles [foundIdx], mTechLibNfcTypes [foundIdx], rf_intf); in selectFirstTag()