Home
last modified time | relevance | path

Searched refs:Counter (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DStopwatch.h42 template <class Counter, int Divisor = 1>
49 RaiiTimeTracker(Counter& time) : mTime(time) {} in RaiiTimeTracker()
54 Counter& mTime;
69 template <class Counter, class Func>
70 auto measure(Counter& time, Func&& f) -> decltype(f()) {
71 RaiiTimeTracker<Counter> rtt(time);
75 template <class Counter, class Func>
76 auto measureMs(Counter& time, Func&& f) -> decltype(f()) {
77 RaiiTimeTracker<Counter, 1000> rtt(time);
/hardware/google/apf/
Dapf_counter_decoder.py21 Counter = ( variable
64 for i in range(len(Counter)):
68 print("{} : {}".format(Counter[i], cnt))
/hardware/google/gfxstream/guest/mesa/src/util/
D00-radv-defaults.conf178 <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp31 using ::benchmark::Counter;
/hardware/interfaces/sensors/1.0/
Dtypes.hal754 * this flag set are activated. Eg: Accelerometer and Step Counter sensors
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto436 /* Raw battery state of charge (SOC), based on battery current (CC = Coulomb Counter) */