Home
last modified time | relevance | path

Searched refs:mLastTime (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DThroughputFilter.java28 private long mLastTime = 0; field in ThroughputFilter
61 mLastTime = 0; in onOpen()
73 if (mLastTime == 0) { in onProcess()
74 mLastTime = SystemClock.elapsedRealtime(); in onProcess()
79 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in onProcess()
84 curTime - mLastTime, in onProcess()
89 mLastTime = curTime; in onProcess()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
H A DThroughputFilter.java36 private long mLastTime = 0; field in ThroughputFilter
67 mLastTime = 0; in open()
81 if (mLastTime == 0) { in process()
82 mLastTime = SystemClock.elapsedRealtime(); in process()
87 if ((curTime - mLastTime) >= (mPeriod * 1000)) { in process()
97 mLastTime = curTime; in process()
/aosp14/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DDisplayWhiteBalanceThrottler.java36 private long mLastTime; // Milliseconds field in DisplayWhiteBalanceThrottler
92 if (mLastTime != -1 && (tooSoon(value) || tooClose(value))) { in throttle()
96 mLastTime = System.currentTimeMillis(); in throttle()
105 mLastTime = -1; in clear()
138 writer.println(" mLastTime=" + mLastTime); in dump()
183 earliestTime = mLastTime + mIncreaseDebounce; in tooSoon()
185 earliestTime = mLastTime + mDecreaseDebounce; in tooSoon()
/aosp14/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageLogActivity.java38 private long mLastTime; field in UsageLogActivity
44 mLastTime = System.currentTimeMillis() - USAGE_STATS_PERIOD; in onCreate()
65 UsageEvents events = mUsageStatsManager.queryEvents(mLastTime, now); in run()
68 mLastTime = lastEventTime + 1; in run()
/aosp14/frameworks/base/tests/DozeTest/src/com/android/dreams/dozetest/
H A DDozeTestDream.java69 private long mLastTime = Long.MIN_VALUE; field in DozeTestDream
142 if (mLastTime == now) { in performTimeUpdate()
146 mLastTime = now; in performTimeUpdate()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java7468 private long mLastTime; field in ViewRootImpl.SyntheticTrackballHandler
7473 if ((mLastTime + MAX_TRACKBALL_DELAY) < curTime) { in process()
7478 mLastTime = curTime; in process()
7568 mLastTime = curTime; in process()
7573 mLastTime = Integer.MIN_VALUE; in cancel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64519 Landroid/view/ViewRootImpl$SyntheticTrackballHandler;->mLastTime:J
73694 Lcom/android/internal/os/BatteryStatsImpl$Timer;->mLastTime:J