Searched defs:counterName (Results 1 - 4 of 4) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java44 * @param counterName The counter name to appear in the trace.
48 public static void traceCounter(String counterName, int counterValue) { argument
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
/frameworks/base/core/java/android/os/
H A DTrace.java153 * @param counterName The counter name to appear in the trace.
158 public static void traceCounter(long traceTag, String counterName, int counterValue) { argument
160 nativeTraceCounter(traceTag, counterName, counterValue);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3782 char counterName[40]; local
3783 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName());
3784 ATRACE_INT(counterName, connection->outboundQueue.count());
3790 char counterName[40]; local
3791 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName());
3792 ATRACE_INT(counterName, connection->waitQueue.count());
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp21377 void GLTrace_glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue) { argument
21401 // copy argument counterName
21405 arg_counterName->add_int64value((uintptr_t)counterName);
21452 glContext->hooks->gl.glGetPerfCounterInfoINTEL(queryId, counterId, counterNameLength, counterName, counterDescLength, counterDesc, counterOffset, counterDataSize, counterTypeEnum, counterDataTypeEnum, rawCounterMaxValue);
21457 (void *) counterName,
[all...]

Completed in 250 milliseconds