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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DMockBatteryStatsImpl.java39 public BatteryStatsImpl.Clocks clocks; field in class:MockBatteryStatsImpl
43 this.clocks = mClocks;
H A DBatteryStatsUidTest.java42 TestBsi(MockClocks clocks) { argument
43 super(clocks);
H A DBatteryStatsTimerTest.java43 TestTimer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { argument
44 super(clocks, type, timeBase, in);
47 TestTimer(Clocks clocks, int type, TimeBase timeBase) { argument
48 super(clocks, type, timeBase);
140 MockClocks clocks = new MockClocks();
142 TestTimer timer = new TestTimer(clocks, 0, timeBase);
165 MockClocks clocks = new MockClocks();
168 TestTimer timer1 = new TestTimer(clocks, 0, timeBase);
187 TestTimer timer2 = new TestTimer(clocks, 0, timeBase, parcel);
222 MockClocks clocks
[all...]
/frameworks/rs/
H A DrsCppUtils.h165 static const clockid_t clocks[] = { local
173 clock_gettime(clocks[clock], &t);
176 // we don't support the clocks here.
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java592 public BatteryStatsImpl(Clocks clocks) { argument
593 init(clocks);
603 private void init(Clocks clocks) { argument
604 mClocks = clocks;
1071 public Timer(Clocks clocks, int type, TimeBase timeBase, Parcel in) { argument
1072 mClocks = clocks;
1089 public Timer(Clocks clocks, int type, TimeBase timeBase) { argument
1090 mClocks = clocks;
1288 public SamplingTimer(Clocks clocks, TimeBase timeBase, Parcel in) { argument
1289 super(clocks,
1299 SamplingTimer(Clocks clocks, TimeBase timeBase) argument
1458 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase, Parcel in) argument
1466 BatchTimer(Clocks clocks, Uid uid, int type, TimeBase timeBase) argument
1599 StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, TimeBase timeBase, Parcel in) argument
1607 StopwatchTimer(Clocks clocks, Uid uid, int type, ArrayList<StopwatchTimer> timerPool, TimeBase timeBase) argument
7511 BatteryStatsImpl(Clocks clocks, File systemDir, Handler handler, ExternalStatsSync externalSync, PlatformIdleStateCallback cb) argument
7607 BatteryStatsImpl(Clocks clocks, Parcel p) argument
[all...]

Completed in 1091 milliseconds