Home
last modified time | relevance | path

Searched refs:cumulative (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTimer.cpp213 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()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTimer.h113 void compute(int cumulative, int current, int count, int width, int time);
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto497 // The total cumulative duration (i.e. sum of past durations) that this timer