Searched defs:counterName (Results 1 – 7 of 7) sorted by relevance
40 void ATrace_setCounter(const char* counterName, int64_t counterValue) { in ATrace_setCounter()
48 public static void traceCounter(String counterName, int counterValue) { in traceCounter()
45 String counterName = "sheep"; in testSerializeDeserialize() local
180 public static void traceCounter(long traceTag, @NonNull String counterName, int counterValue) { in traceCounter()503 public static void setCounter(@NonNull String counterName, long counterValue) { in setCounter()
78 static jstring counterName(JNIEnv *env, int counter) { in counterName() function
6587 char counterName[40]; in traceOutboundQueueLength() local6595 char counterName[40]; in traceWaitQueueLength() local
5350 std::string counterName = layer->getPendingBufferCounterName(); in createLayer() local