Home
last modified time | relevance | path

Searched refs:DISPLAY_UPDATE_IMMINENT (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/powermanager/tests/
H A DPowerHalWrapperAidlTest.cpp84 EXPECT_CALL(*mMockHal.get(), isBoostSupported(Eq(Boost::DISPLAY_UPDATE_IMMINENT), _)) in TEST_F()
87 EXPECT_CALL(*mMockHal.get(), setBoost(Eq(Boost::DISPLAY_UPDATE_IMMINENT), Eq(100))) in TEST_F()
91 auto result = mWrapper->setBoost(Boost::DISPLAY_UPDATE_IMMINENT, 100); in TEST_F()
104 EXPECT_CALL(*mMockHal.get(), isBoostSupported(Eq(Boost::DISPLAY_UPDATE_IMMINENT), _)) in TEST_F()
111 result = mWrapper->setBoost(Boost::DISPLAY_UPDATE_IMMINENT, 1000); in TEST_F()
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
H A DBoost.aidl22 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
H A DBoost.aidl38 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
H A DBoost.aidl38 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
/aosp12/hardware/interfaces/power/aidl/android/hardware/power/
H A DBoost.aidl36 DISPLAY_UPDATE_IMMINENT, enumConstant
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DPowerAdvisor.cpp193 ret = mPowerHal->isBoostSupported(Boost::DISPLAY_UPDATE_IMMINENT, in AidlPowerHalWrapper()
231 auto ret = mPowerHal->setBoost(Boost::DISPLAY_UPDATE_IMMINENT, 0); in notifyDisplayUpdateImminent()
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPower.cpp202 case Boost::DISPLAY_UPDATE_IMMINENT: in setBoost()
/aosp12/frameworks/native/include/powermanager/
H A DPowerHalWrapper.h202 static_cast<int32_t>(hardware::power::Boost::DISPLAY_UPDATE_IMMINENT) + 1>
/aosp12/frameworks/native/services/surfaceflinger/sysprop/
H A DSurfaceFlingerProperties.sysprop427 # Sets the timeout used to rate limit DISPLAY_UPDATE_IMMINENT Power HAL notifications.