Home | History | Annotate | Download | only in inputflinger

Lines Matching full:startindex

6627     for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {
6628 startIndex -= 1;
6629 for (uint32_t parentIndex = startIndex; ;) {