Home | History | Annotate | Download | only in inputflinger

Lines Matching full:startindex

5814     for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {
5815 startIndex -= 1;
5816 for (uint32_t parentIndex = startIndex; ;) {