Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp112 void VSyncDispatchTimerQueueEntry::addPendingWorkloadUpdate(VSyncDispatch::ScheduleTiming timing) { in addPendingWorkloadUpdate() function in android::scheduler::VSyncDispatchTimerQueueEntry
352 callback->addPendingWorkloadUpdate(scheduleTiming); in schedule()
H A DVSyncDispatchTimerQueue.h72 void addPendingWorkloadUpdate(VSyncDispatch::ScheduleTiming);
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp1169 entry.addPendingWorkloadUpdate({.workDuration = 100, .readyDuration = 0, .earliestVsync = 400}); in TEST_F()
1170 entry.addPendingWorkloadUpdate( in TEST_F()