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

/frameworks/base/libs/androidfw/
H A DInputTransport.cpp807 size_t chainIndex = 0; local
812 chainSeqs[chainIndex++] = currentSeq;
817 while (!status && chainIndex-- > 0) {
818 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
824 seqChain.seq = chainIndex != 0 ? chainSeqs[chainIndex - 1] : seq;
825 seqChain.chain = chainSeqs[chainIndex];
827 } while (chainIndex-- > 0);

Completed in 22 milliseconds