Searched refs:chainIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp816 size_t chainIndex = 0; local
821 chainSeqs[chainIndex++] = currentSeq;
826 while (!status && chainIndex-- > 0) {
827 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
833 seqChain.seq = chainIndex != 0 ? chainSeqs[chainIndex - 1] : seq;
834 seqChain.chain = chainSeqs[chainIndex];
836 } while (chainIndex-- > 0);

Completed in 55 milliseconds