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

/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java52 BatteryStats.Timer timer;
91 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_FULL);
92 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_FULL, key, timer);
95 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL);
96 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_PARTIAL, key, timer);
99 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_WINDOW);
100 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_WINDOW, key, timer);
103 timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_DRAW);
104 addTimers(uidWriter, UidHealthStats.TIMERS_WAKELOCKS_DRAW, key, timer);
456 * Adds a BatteryStats.Timer into a HealthStatsWriter. Safe to pass a null timer
458 addTimer(HealthStatsWriter writer, int key, BatteryStats.Timer timer) argument
468 addTimers(HealthStatsWriter writer, int key, String name, BatteryStats.Timer timer) argument
[all...]
/frameworks/rs/
H A DrsScriptC_Lib.cpp78 time_t rsrTime(Context *rsc, time_t *timer) { argument
79 return time(timer);
82 tm* rsrLocalTime(Context *rsc, tm *local, time_t *timer) { argument
90 tm *tmp = localtime(timer);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java511 void setWakeupTimer(SipWakeupTimer timer) { argument
512 mSipGroup.setWakeupTimer(timer);
H A DSipSessionGroup.java132 SipWakeupTimer timer, SipWakeLock wakeLock) throws SipException {
135 mWakeupTimer = timer;
142 void setWakeupTimer(SipWakeupTimer timer) { argument
143 mWakeupTimer = timer;
558 // lightweight timer
587 loge("session timer interrupted!", e);
131 SipSessionGroup(SipProfile profile, String password, SipWakeupTimer timer, SipWakeLock wakeLock) argument
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp748 int rsTime(int *timer) { argument
750 time_t rsTime(time_t *timer) {
753 return rsrTime(rsc, (time_t *)timer);
757 rs_tm *rsLocaltime(rs_tm *local, const int *timer) { argument
759 rs_tm *rsLocaltime(rs_tm *local, const time_t *timer) {
762 return (rs_tm *)rsrLocalTime(rsc, (tm *)local, (time_t *)timer);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp816 int rsTime(int *timer) { argument
818 time_t rsTime(time_t * timer) {
821 return rsrTime(rsc, (time_t *)timer);
825 rs_tm* rsLocaltime(rs_tm* local, const int *timer) { argument
827 rs_tm* rsLocaltime(rs_tm* local, const time_t *timer) {
830 return (rs_tm*)rsrLocalTime(rsc, (tm*)local, (time_t *)timer);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java63 * A constant indicating a partial wake lock timer.
68 * A constant indicating a full wake lock timer.
73 * A constant indicating a window wake lock timer.
78 * A constant indicating a sensor timer.
83 * A constant indicating a a wifi running timer
88 * A constant indicating a full wifi lock timer
98 * A constant indicating a wifi multicast timer
103 * A constant indicating a video turn on timer
108 * A constant indicating a vibrator on timer
113 * A constant indicating a foreground activity timer
2777 computeWakeLock(Timer timer, long elapsedRealtimeUs, int which) argument
2797 printWakeLock(StringBuilder sb, Timer timer, long elapsedRealtimeUs, String name, int which, String linePrefix) argument
2854 printTimer(PrintWriter pw, StringBuilder sb, Timer timer, long rawRealtimeUs, int which, String prefix, String type) argument
2904 printWakeLockCheckin(StringBuilder sb, Timer timer, long elapsedRealtimeUs, String name, int which, String linePrefix) argument
2977 dumpTimer(PrintWriter pw, int uid, String category, String type, Timer timer, long rawRealtime, int which) argument
3865 TimerEntry(String name, int id, BatteryStats.Timer timer, long time) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java299 // A set of pools of currently active timers. When a timer is queried, we will divide the
300 // elapsed time by the number of active timers to arrive at that timer's share of the time.
301 // In order to do this, we must refresh each timer whenever the number of active timers
1336 * The total time this timer has been running until the latest mark has been set.
1377 * Clear state of this timer. Returns true if the timer is inactive
1439 * @param timer a Timer, or null.
1441 public static void writeTimerToParcel(Parcel out, Timer timer, long elapsedRealtimeUs) { argument
1442 if (timer == null) {
1448 timer
5671 detachTimerIfNotNull(BatteryStatsImpl.Timer timer) argument
5677 resetTimerIfNotNull(BatteryStatsImpl.Timer timer, boolean detachIfReset) argument
5685 resetTimerIfNotNull(DualTimer timer, boolean detachIfReset) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 167 milliseconds