Searched refs:DISPLAY_UPDATE_IMMINENT (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/services/powermanager/tests/ |
H A D | PowerHalWrapperAidlTest.cpp | 84 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 D | Boost.aidl | 22 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
|
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/ |
H A D | Boost.aidl | 38 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
|
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/ |
H A D | Boost.aidl | 38 DISPLAY_UPDATE_IMMINENT = 1, enumConstant
|
/aosp12/hardware/interfaces/power/aidl/android/hardware/power/ |
H A D | Boost.aidl | 36 DISPLAY_UPDATE_IMMINENT, enumConstant
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | PowerAdvisor.cpp | 193 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 D | Power.cpp | 202 case Boost::DISPLAY_UPDATE_IMMINENT: in setBoost()
|
/aosp12/frameworks/native/include/powermanager/ |
H A D | PowerHalWrapper.h | 202 static_cast<int32_t>(hardware::power::Boost::DISPLAY_UPDATE_IMMINENT) + 1>
|
/aosp12/frameworks/native/services/surfaceflinger/sysprop/ |
H A D | SurfaceFlingerProperties.sysprop | 427 # Sets the timeout used to rate limit DISPLAY_UPDATE_IMMINENT Power HAL notifications.
|