Searched refs:counterName (Results 1 – 3 of 3) sorted by relevance
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | SysTrace.java | 48 public static void traceCounter(String counterName, int counterValue) { in traceCounter() argument 50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue); in traceCounter()
|
/frameworks/base/core/java/android/os/ |
D | Trace.java | 152 public static void traceCounter(long traceTag, String counterName, int counterValue) { in traceCounter() argument 154 nativeTraceCounter(traceTag, counterName, counterValue); in traceCounter()
|
/frameworks/base/services/input/ |
D | InputDispatcher.cpp | 3731 char counterName[40]; in traceOutboundQueueLengthLocked() local 3732 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName()); in traceOutboundQueueLengthLocked() 3733 ATRACE_INT(counterName, connection->outboundQueue.count()); in traceOutboundQueueLengthLocked() 3739 char counterName[40]; in traceWaitQueueLengthLocked() local 3740 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName()); in traceWaitQueueLengthLocked() 3741 ATRACE_INT(counterName, connection->waitQueue.count()); in traceWaitQueueLengthLocked()
|