Searched refs:counterName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DTrace.java126 * @param counterName The counter name to appear in the trace.
129 public static void traceCounter(long traceTag, String counterName, int counterValue) { argument
131 nativeTraceCounter(traceTag, counterName, counterValue);
/frameworks/base/services/input/
H A DInputDispatcher.cpp3703 char counterName[40]; local
3704 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3705 ATRACE_INT(counterName, connection->outboundQueue.count());
3711 char counterName[40]; local
3712 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3713 ATRACE_INT(counterName, connection->waitQueue.count());

Completed in 1288 milliseconds