Searched defs:timeBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java662 Counter(TimeBase timeBase, Parcel in) { argument
663 mTimeBase = timeBase;
669 timeBase.add(this);
672 Counter(TimeBase timeBase) { argument
673 mTimeBase = timeBase;
674 timeBase.add(this);
760 SamplingCounter(TimeBase timeBase, Parcel in) { argument
761 super(timeBase, in);
764 SamplingCounter(TimeBase timeBase) { argument
765 super(timeBase);
781 LongSamplingCounter(TimeBase timeBase, Parcel in) argument
791 LongSamplingCounter(TimeBase timeBase) argument
910 Timer(int type, TimeBase timeBase, Parcel in) argument
926 Timer(int type, TimeBase timeBase) argument
1100 SamplingTimer(TimeBase timeBase, Parcel in) argument
1110 SamplingTimer(TimeBase timeBase, boolean trackReportedValues) argument
1242 BatchTimer(Uid uid, int type, TimeBase timeBase, Parcel in) argument
1250 BatchTimer(Uid uid, int type, TimeBase timeBase) argument
1383 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, TimeBase timeBase, Parcel in) argument
1391 StopwatchTimer(Uid uid, int type, ArrayList<StopwatchTimer> timerPool, TimeBase timeBase) argument
5062 readFromParcelLocked(TimeBase timeBase, TimeBase screenOffTimeBase, Parcel in) argument
5237 readTimerFromParcel(int type, ArrayList<StopwatchTimer> pool, TimeBase timeBase, Parcel in) argument
5274 readFromParcelLocked(TimeBase timeBase, TimeBase screenOffTimeBase, Parcel in) argument
5340 readTimerFromParcel(TimeBase timeBase, Parcel in) argument
5361 readFromParcelLocked(TimeBase timeBase, Parcel in) argument
[all...]

Completed in 32 milliseconds