Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/metrics/
DWakeupStats.java130 private static void increment(SparseIntArray counters, int key) { in increment() argument
131 int newcount = counters.get(key, 0) + 1; in increment()
132 counters.put(key, newcount); in increment()
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp516 state.counters["gain_buffer_us"] = ::benchmark::Counter( in BENCHMARK_DEFINE_F()
518 state.counters["post_buffer_us"] = ::benchmark::Counter( in BENCHMARK_DEFINE_F()
520 state.counters["producer_us"] = ::benchmark::Counter( in BENCHMARK_DEFINE_F()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java492 WifiNative.TxPacketCounters counters = new WifiNative.TxPacketCounters(); in getTxPacketCounters() local
493 counters.txSucceeded = resultArray[0]; in getTxPacketCounters()
494 counters.txFailed = resultArray[1]; in getTxPacketCounters()
495 return counters; in getTxPacketCounters()
DWifiStateMachine.java4892 WifiNative.TxPacketCounters counters = in processMessage() local
4894 if (counters != null) { in processMessage()
4895 info.txgood = counters.txSucceeded; in processMessage()
4896 info.txbad = counters.txFailed; in processMessage()
/frameworks/base/services/net/java/android/net/apf/
DApfFilter.java1527 Counter[] counters = Counter.class.getEnumConstants(); in dump() local
1528 for (Counter c : Arrays.asList(counters).subList(1, counters.length)) { in dump()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java7984 for (LongSamplingCounterArray counters : mProcStateTimeMs) { in reset()
7985 if (counters != null) { in reset()
7986 counters.reset(false); in reset()
7991 for (LongSamplingCounterArray counters : mProcStateScreenOffTimeMs) { in reset()
7992 if (counters != null) { in reset()
7993 counters.reset(false); in reset()
8202 for (LongSamplingCounterArray counters : mProcStateTimeMs) { in reset()
8203 if (counters != null) { in reset()
8204 counters.detach(); in reset()
8209 for (LongSamplingCounterArray counters : mProcStateScreenOffTimeMs) { in reset()
[all …]
/frameworks/base/proto/src/
Dipconnectivity.proto237 // Represents a collections of DNS lookup latencies and counters for a
397 // List of hardware counters collected by the APF interpreter.
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in223 …Luint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters) {
224 …_GL_API(glGetPerfMonitorCountersAMD, group, numCounters, maxActiveCounters, counterSize, counters);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h814 …GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
826 …GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
/frameworks/native/opengl/libs/
Dentries.in398 … GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters)