Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DTrace.java162 public static void traceCounter(long traceTag, String counterName, int counterValue) { in traceCounter() argument
164 nativeTraceCounter(traceTag, counterName, counterValue); in traceCounter()
338 public static void setCounter(@NonNull String counterName, long counterValue) { in setCounter() argument
340 nativeTraceCounter(TRACE_TAG_APP, counterName, counterValue); in setCounter()
/frameworks/base/native/android/
Dtrace.cpp40 void ATrace_setCounter(const char* counterName, int64_t counterValue) { in ATrace_setCounter() argument
41 atrace_int64(ATRACE_TAG_APP, counterName, counterValue); in ATrace_setCounter()
/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/native/include/android/
Dtrace.h107 void ATrace_setCounter(const char* counterName, int64_t counterValue) __INTRODUCED_IN(29);
/frameworks/base/core/tests/coretests/src/android/metrics/
DLogMakerTest.java45 String counterName = "sheep"; in testSerializeDeserialize() local
54 builder.setCounterName(counterName); in testSerializeDeserialize()
68 assertEquals(counterName, parsed.getCounterName()); in testSerializeDeserialize()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6068 char counterName[40]; in traceOutboundQueueLength() local
6069 snprintf(counterName, sizeof(counterName), "oq:%s", connection.getWindowName().c_str()); in traceOutboundQueueLength()
6070 ATRACE_INT(counterName, connection.outboundQueue.size()); in traceOutboundQueueLength()
6076 char counterName[40]; in traceWaitQueueLength() local
6077 snprintf(counterName, sizeof(counterName), "wq:%s", connection.getWindowName().c_str()); in traceWaitQueueLength()
6078 ATRACE_INT(counterName, connection.waitQueue.size()); in traceWaitQueueLength()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in844 …L)(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
845 …CALL_GL_API(glGetPerfCounterInfoINTEL, queryId, counterId, counterNameLength, counterName, counter…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2380 …) (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
2391 …L (GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4318 std::string counterName = layer->getPendingBufferCounterName(); in createLayer() local
4319 mBufferCountTracker.add((*handle)->localBinder(), counterName, in createLayer()
/frameworks/native/opengl/libs/
Dentries.in394 …L, GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar *counterName, GLuint counter…