Searched refs:cumulative (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | ResourceTimer.cpp | 213 int cumulative, int current, int count, int width, int time) { in compute() argument 215 nominal_actual = (cumulative * 100) / count; in compute() 217 floor_actual = ((cumulative - current) * 100) / count; in compute()
|
/frameworks/proto_logging/stats/atoms/wearpas/ |
D | wearpas_extension_atoms.proto | 19 * Logs cumulative stats about the Adaptive Suspend algorithm 97 * Logs cumulative stats about the Power Anomaly Service 112 * cumulative metrics.
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTimer.h | 113 void compute(int cumulative, int current, int count, int width, int time);
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 497 // The total cumulative duration (i.e. sum of past durations) that this timer
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2370 // cumulative statistics like total duration and total RTP packets.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 8634 * Binder stats are cumulative from boot unless somebody reset the data using 8810 * Pulls per uid I/O stats. The stats are cumulative since boot. 9371 // Process cpu time in user space, cumulative from boot/process start 9373 // Process cpu time in system space, cumulative from boot/process start
|