Searched refs:counterName (Results 1 – 9 of 9) 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 | 158 public static void traceCounter(long traceTag, String counterName, int counterValue) { in traceCounter() argument 160 nativeTraceCounter(traceTag, counterName, counterValue); in traceCounter()
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 3782 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/ |
D | gl2ext_api.in | 520 …)(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/ |
D | gl2ext.h | 1469 …) (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/ |
D | trace.in | 290 …counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * coun…
|
D | entries.in | 290 …, GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 514 …L(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counter…
|
D | gltrace_api.cpp | 21377 …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()
|