Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp639 static constexpr bool kDisallow = true; in TEST_F() local
640 mScheduler->disableHardwareVsync(kDisplayId1, kDisallow); in TEST_F()
641 mScheduler->disableHardwareVsync(kDisplayId2, kDisallow); in TEST_F()
654 static constexpr bool kDisallow = true; in TEST_F() local
655 mScheduler->disableHardwareVsync(kDisplayId1, kDisallow); in TEST_F()
676 static constexpr bool kDisallow = true; in TEST_F() local
677 mScheduler->disableHardwareVsync(kDisplayId1, kDisallow); in TEST_F()
678 mScheduler->disableHardwareVsync(kDisplayId2, kDisallow); in TEST_F()
698 static constexpr bool kDisallow = true; in TEST_F() local
699 mScheduler->disableHardwareVsync(kDisplayId1, kDisallow); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncSchedule.cpp173 constexpr bool kDisallow = false; in addResyncSample() local
174 disableHardwareVsync(kDisallow); in addResyncSample()
DScheduler.cpp657 constexpr bool kDisallow = false; in addPresentFence() local
658 schedule->disableHardwareVsync(kDisallow); in addPresentFence()
811 constexpr bool kDisallow = false; in kernelIdleTimerCallback() local
812 display.schedulePtr->disableHardwareVsync(kDisallow); in kernelIdleTimerCallback()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6281 constexpr bool kDisallow = true; in setPowerModeInternal() local
6282 mScheduler->disableHardwareVsync(displayId, kDisallow); in setPowerModeInternal()
6312 constexpr bool kDisallow = true; in setPowerModeInternal() local
6313 mScheduler->disableHardwareVsync(displayId, kDisallow); in setPowerModeInternal()