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

/frameworks/native/libs/input/
H A DInputTransport.cpp819 size_t chainIndex = 0; local
824 chainSeqs[chainIndex++] = currentSeq;
829 while (!status && chainIndex-- > 0) {
830 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
836 seqChain.seq = chainIndex != 0 ? chainSeqs[chainIndex - 1] : seq;
837 seqChain.chain = chainSeqs[chainIndex];
839 } while (chainIndex-- > 0);

Completed in 8 milliseconds