Home
last modified time | relevance | path

Searched refs:counterName (Results 1 – 9 of 9) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java48 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/
DTrace.java158 public static void traceCounter(long traceTag, String counterName, int counterValue) { in traceCounter() argument
160 nativeTraceCounter(traceTag, counterName, counterValue); in traceCounter()
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp3782 char counterName[40]; in traceOutboundQueueLengthLocked() local
3783 snprintf(counterName, sizeof(counterName), "oq:%s", connection->getWindowName()); in traceOutboundQueueLengthLocked()
3784 ATRACE_INT(counterName, connection->outboundQueue.count()); in traceOutboundQueueLengthLocked()
3790 char counterName[40]; in traceWaitQueueLengthLocked() local
3791 snprintf(counterName, sizeof(counterName), "wq:%s", connection->getWindowName()); in traceWaitQueueLengthLocked()
3792 ATRACE_INT(counterName, connection->waitQueue.count()); in traceWaitQueueLengthLocked()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in520 …)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter…
521 …CALL_GL_API(glGetPerfCounterInfoINTEL, queryId, counterId, counterNameLength, counterName, counter…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h1469 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
1480 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/frameworks/native/opengl/libs/
Dtrace.in290counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * coun…
Dentries.in290 …, GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.h514 …L(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter…
Dgltrace_api.cpp21377 …L(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter… in GLTrace_glGetPerfCounterInfoINTEL() argument
21405 arg_counterName->add_int64value((uintptr_t)counterName); in GLTrace_glGetPerfCounterInfoINTEL()
21452 …s->gl.glGetPerfCounterInfoINTEL(queryId, counterId, counterNameLength, counterName, counterDescLen… in GLTrace_glGetPerfCounterInfoINTEL()
21457 (void *) counterName, in GLTrace_glGetPerfCounterInfoINTEL()