Home
last modified time | relevance | path

Searched refs:mLastUpdate (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h51 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate()
56 std::chrono::steady_clock::time_point mLastUpdate; variable
64 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate()
96 void setLastUpdate(std::chrono::steady_clock::time_point now) { mLastUpdate = now; } in setLastUpdate()
155 std::chrono::steady_clock::time_point mLastUpdate = std::chrono::steady_clock::now();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java71 private long mLastUpdate; field in TileServiceManager
173 mLastUpdate = lastUpdate; in setLastUpdate()
254 long timeSinceUpdate = currentTime - mLastUpdate; in calculateBindPriority()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp59 : mState(state), mHash(state->getHash()), mLastUpdate(lastUpdate) {} in Layer()
62 : mFingerprint(layer->getHash()), mLastUpdate(lastUpdate) { in CachedSet()
68 mLastUpdate(layer.getLastUpdate()), in CachedSet()
155 mLastUpdate = now; in updateAge()
416 std::chrono::duration_cast<std::chrono::milliseconds>(now - mLastUpdate); in dump()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java2316 assertThat(bubbleStateListener.mLastUpdate).isNotNull(); in setBubbleBarLocation_listenerNotified()
2317 assertThat(bubbleStateListener.mLastUpdate.bubbleBarLocation).isEqualTo( in setBubbleBarLocation_listenerNotified()
2580 BubbleBarUpdate mLastUpdate; field in BubblesTest.FakeBubbleStateListener
2585 mLastUpdate = update; in onBubbleStateChange()