Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerTest.cpp174 mScheduler->setDisplayPowerState(kPowerStateNormal); in TEST_F()
243 mScheduler->setDisplayPowerState(kPowerStateNormal); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h141 void setDisplayPowerState(bool normal);
H A DScheduler.cpp677 void Scheduler::setDisplayPowerState(bool normal) { in setDisplayPowerState() function in android::Scheduler
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4669 mScheduler->setDisplayPowerState(mode == hal::PowerMode::ON); in setPowerModeInternal()