Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp116 bool VSyncDispatchTimerQueueEntry::hasPendingWorkloadUpdate() const { in hasPendingWorkloadUpdate() function in android::scheduler::VSyncDispatchTimerQueueEntry
242 if (!callback->wakeupTime() && !callback->hasPendingWorkloadUpdate()) { in rearmTimerSkippingUpdateFor()
H A DVSyncDispatchTimerQueue.h75 bool hasPendingWorkloadUpdate() const;
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp1168 EXPECT_FALSE(entry.hasPendingWorkloadUpdate()); in TEST_F()
1172 EXPECT_TRUE(entry.hasPendingWorkloadUpdate()); in TEST_F()
1174 EXPECT_FALSE(entry.hasPendingWorkloadUpdate()); in TEST_F()