Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 11 of 11) 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/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp89 report.counters["items_per_second"] = opts.count / durationInS; in outputBenchmarkReport()
104 reports[0].counters["items_per_second"] = 0; in outputBenchmarkReport()
/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.java548 WifiNative.TxPacketCounters counters = new WifiNative.TxPacketCounters(); in getTxPacketCounters() local
549 counters.txSucceeded = resultArray[0]; in getTxPacketCounters()
550 counters.txFailed = resultArray[1]; in getTxPacketCounters()
551 return counters; in getTxPacketCounters()
DClientModeImpl.java5220 WifiNative.TxPacketCounters counters = in processMessage() local
5222 if (counters != null) { in processMessage()
5223 info.txgood = counters.txSucceeded; in processMessage()
5224 info.txbad = counters.txFailed; in processMessage()
/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/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java8299 for (LongSamplingCounterArray counters : mProcStateTimeMs) { in writeToParcelLocked()
8300 LongSamplingCounterArray.writeToParcel(out, counters); in writeToParcelLocked()
8307 for (LongSamplingCounterArray counters : mProcStateScreenOffTimeMs) { in writeToParcelLocked()
8308 LongSamplingCounterArray.writeToParcel(out, counters); in writeToParcelLocked()
14378 for (LongSamplingCounterArray counters : u.mProcStateTimeMs) { in writeSummaryToParcel()
14379 LongSamplingCounterArray.writeSummaryToParcelLocked(out, counters); in writeSummaryToParcel()
14386 for (LongSamplingCounterArray counters : u.mProcStateScreenOffTimeMs) { in writeSummaryToParcel()
14387 LongSamplingCounterArray.writeSummaryToParcelLocked(out, counters); in writeSummaryToParcel()
/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/base/cmds/statsd/src/
Datoms.proto4592 * Pulling this atom resets high-water mark counters for all processes.
7230 * full separate atom. These are primarily API call counters but also include
7231 * counters for feature usage and specific failure modes.
/frameworks/native/opengl/libs/
Dentries.in398 … GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters)