Home
last modified time | relevance | path

Searched refs:getPendingHardwareVsyncState (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DVsyncScheduleTest.cpp245 ASSERT_FALSE(mVsyncSchedule->getPendingHardwareVsyncState()); in TEST_F()
247 ASSERT_TRUE(mVsyncSchedule->getPendingHardwareVsyncState()); in TEST_F()
250 ASSERT_FALSE(mVsyncSchedule->getPendingHardwareVsyncState()); in TEST_F()
DSchedulerTest.cpp153 EXPECT_FALSE(mScheduler->getVsyncSchedule(kDisplayId1)->getPendingHardwareVsyncState()); in TEST_F()
154 EXPECT_FALSE(mScheduler->getVsyncSchedule(kDisplayId2)->getPendingHardwareVsyncState()); in TEST_F()
155 EXPECT_FALSE(mScheduler->getVsyncSchedule(kDisplayId3)->getPendingHardwareVsyncState()); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncSchedule.h113 bool getPendingHardwareVsyncState() const REQUIRES(kMainThreadContext);
DVsyncSchedule.cpp220 bool VsyncSchedule::getPendingHardwareVsyncState() const { in getPendingHardwareVsyncState() function in android::scheduler::VsyncSchedule
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6243 mScheduler->getVsyncSchedule(displayId)->getPendingHardwareVsyncState(); in setPowerModeInternal()