Home
last modified time | relevance | path

Searched refs:hasPendingWorkloadUpdate (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncDispatchTimerQueue.h73 bool hasPendingWorkloadUpdate() const;
DVSyncDispatchTimerQueue.cpp95 bool VSyncDispatchTimerQueueEntry::hasPendingWorkloadUpdate() const { in hasPendingWorkloadUpdate() function in android::scheduler::VSyncDispatchTimerQueueEntry
211 if (!callback->wakeupTime() && !callback->hasPendingWorkloadUpdate()) { in rearmTimerSkippingUpdateFor()
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchTimerQueueTest.cpp913 EXPECT_FALSE(entry.hasPendingWorkloadUpdate()); in TEST_F()
916 EXPECT_TRUE(entry.hasPendingWorkloadUpdate()); in TEST_F()
918 EXPECT_FALSE(entry.hasPendingWorkloadUpdate()); in TEST_F()