Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DHintSessionWrapper.cpp191 nsecs_t HintSessionWrapper::getLastUpdate() { in getLastUpdate() function in android::uirenderer::renderthread::HintSessionWrapper
198 nsecs_t lastUpdate = wrapperPtr->getLastUpdate(); in delayedDestroy()
200 if (wrapper->getLastUpdate() == lastUpdate) { in delayedDestroy()
DHintSessionWrapper.h49 nsecs_t getLastUpdate();
/frameworks/base/libs/hwui/platform/host/renderthread/
DHintSessionWrapper.cpp50 nsecs_t HintSessionWrapper::getLastUpdate() { in getLastUpdate() function in android::uirenderer::renderthread::HintSessionWrapper
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h51 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate() function
64 std::chrono::steady_clock::time_point getLastUpdate() const { return mLastUpdate; } in getLastUpdate() function
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp143 EXPECT_EQ(layer.getLastUpdate(), cachedSet.getLastUpdate()); in expectEqual()
192 EXPECT_EQ(kStartTime, cachedSet.getLastUpdate()); in TEST_F()
292 EXPECT_EQ(kStartTime, cachedSet1.getLastUpdate()); in TEST_F()
314 EXPECT_EQ(kStartTime, cachedSet.getLastUpdate()); in TEST_F()
318 EXPECT_EQ(kStartTime, cachedSet.getLastUpdate()); in TEST_F()
328 EXPECT_EQ(kStartTime, cachedSet.getLastUpdate()); in TEST_F()
332 EXPECT_EQ(kStartTime + 10ms, cachedSet.getLastUpdate()); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp68 mLastUpdate(layer.getLastUpdate()), in CachedSet()
DFlattener.cpp426 bool layerIsInactive = now - currentSet->getLastUpdate() > mTunables.mActiveLayerTimeout; in findCandidateRuns()