Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:entryCount

615         uint32_t entryCount;
617 inline Queue() : head(NULL), tail(NULL), entryCount(0) {
625 entryCount++;
637 entryCount++;
649 entryCount--;
663 entryCount--;
675 return entryCount;