/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
H A D | LocationBasedCountryDetector.java | 56 protected Timer mTimer; field in LocationBasedCountryDetector 199 mTimer = new Timer(); in detectCountry() 200 mTimer.schedule(new TimerTask() { in detectCountry() 203 mTimer = null; in detectCountry() 228 if (mTimer != null) { in stop() 229 mTimer.cancel(); in stop() 230 mTimer = null; in stop()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | AmbientBrightnessStatsTracker.java | 62 private final Timer mTimer; field in AmbientBrightnessStatsTracker 76 mTimer = new Timer(() -> mInjector.elapsedRealtimeMillis()); in AmbientBrightnessStatsTracker() 81 mTimer.reset(); in start() 82 mTimer.start(); in start() 86 if (mTimer.isRunning()) { in stop() 88 mCurrentAmbientBrightness, mTimer.totalDurationSec()); in stop() 90 mTimer.reset(); in stop() 95 if (mTimer.isRunning()) { in add() 98 mCurrentAmbientBrightness, mTimer.totalDurationSec()); in add() 105 mTimer.reset(); in add() [all …]
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | ShaderProgram.java | 37 private StopWatchMap mTimer = null; field in ShaderProgram 40 mTimer = new StopWatchMap(); in setTimer() 88 if (mTimer.LOG_MFF_RUNNING_TIMES) { in process() 89 mTimer.start("glFinish"); in process() 91 mTimer.stop("glFinish"); in process() 125 if (mTimer.LOG_MFF_RUNNING_TIMES) { in process()
|
H A D | SyncRunner.java | 39 private StopWatchMap mTimer = null; field in SyncRunner 76 mTimer = new StopWatchMap(); in SyncRunner() 211 mTimer.start(filter.getName()); in performStep() 213 mTimer.stop(filter.getName()); in performStep()
|
H A D | GLFrame.java | 29 private static StopWatchMap mTimer = null; field in GLFrameTimer 32 if (mTimer == null) { in get() 33 mTimer = new StopWatchMap(); in get() 35 return mTimer; in get()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A D | SoundTriggerHalWatchdog.java | 39 private final @NonNull UptimeTimer mTimer; field in SoundTriggerHalWatchdog 43 mTimer = new UptimeTimer("SoundTriggerHalWatchdog"); in SoundTriggerHalWatchdog() 164 mTimer.quit(); in detach() 174 mTask = mTimer.createTask(() -> { in Watchdog()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | ALSProbe.java | 47 private final Handler mTimer; field in ALSProbe 100 mTimer = handler; in ALSProbe() 215 mTimer.removeCallbacksAndMessages(this /* token */); in resetTimerLocked() 217 mTimer.postDelayed(this::onTimeout, this /* token */, mMaxSubscriptionTime); in resetTimerLocked()
|
/aosp14/system/core/storaged/ |
H A D | storaged.cpp | 216 mTimer = 0; in storaged_t() 376 if (!(mTimer % mConfig.periodic_chores_interval_disk_stats_publish)) { in event() 381 if (!(mTimer % mConfig.periodic_chores_interval_uid_io)) { in event() 389 if (!(mTimer % mConfig.periodic_chores_interval_flush_proto)) { in event() 393 mTimer += mConfig.periodic_chores_interval_unit; in event()
|
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | RgbPlayerActivity.java | 88 private Timer mTimer; field in RgbPlayerActivity.RgbView 151 mTimer = new Timer(); in RgbView() 164 mTimer.scheduleAtFixedRate(mImageTask, 0, 1000 / mFrameRate); in attachMediaController()
|
/aosp14/system/core/storaged/include/ |
H A D | storaged.h | 99 time_t mTimer;
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ |
H A D | LocationBasedCountryDetectorTest.java | 147 return mTimer; in getTimer()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 8628 final StopwatchTimer timer = sensor.mTimer; in markGnssTimeUs() 9844 DualTimer mTimer; field in BatteryStatsImpl.Uid.Sensor 9867 if (mTimer.reset(true, elapsedRealtimeUs)) { in reset() 9868 mTimer = null; in reset() 9884 return mTimer; in getSensorTime() 9889 if (mTimer == null) { in getSensorBackgroundTime() 9892 return mTimer.getSubTimer(); in getSensorBackgroundTime() 9901 detachIfNotNull(mTimer); in detachFromTimeBase() 10684 DualTimer t = se.mTimer; in getSensorTimerLocked() 10695 se.mTimer = t; in getSensorTimerLocked() [all …]
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 5101 final BatteryStats.Timer mTimer; field in BatteryStats.TimerEntry 5106 mTimer = timer; in TimerEntry() 5908 linePrefix = printWakeLock(sb, timer.mTimer, rawRealtime, null, in dumpLocked() 5930 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked() 5955 printWakeLock(sb, timer.mTimer, rawRealtime, null, which, ": "); in dumpLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 15735 Landroid/filterfw/core/ShaderProgram;->mTimer:Landroid/filterfw/core/StopWatchMap; 15823 Landroid/filterfw/core/SyncRunner;->mTimer:Landroid/filterfw/core/StopWatchMap; 35016 Landroid/os/BatteryStats$TimerEntry;->mTimer:Landroid/os/BatteryStats$Timer; 73795 Lcom/android/internal/os/BatteryStatsImpl$Uid$Sensor;->mTimer:Lcom/android/internal/os/BatteryStats…
|