Home | History | Annotate | Download | only in input

Lines Matching defs:counterName

3641         char counterName[40];
3642 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3643 ATRACE_INT(counterName, connection->outboundQueue.count());
3649 char counterName[40];
3650 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3651 ATRACE_INT(counterName, connection->waitQueue.count());