Home | History | Annotate | Download | only in inputflinger

Lines Matching full:countername

3757         char counterName[40];
3758 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3759 ATRACE_INT(counterName, connection->outboundQueue.count());
3765 char counterName[40];
3766 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3767 ATRACE_INT(counterName, connection->waitQueue.count());