Home
last modified time | relevance | path

Searched refs:setPowerBoost (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp93 static void setPowerBoost(Boost boost, int32_t durationMs) { in setPowerBoost() function
126 setPowerBoost(Boost::INTERACTION, 0); in android_server_PowerManagerService_userActivity()
241 setPowerBoost(static_cast<Boost>(boost), durationMs); in nativeSetPowerBoost()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DPowerBoostSetter.java55 mPowerManagerInternal.setPowerBoost(PowerManagerInternal.BOOST_INTERACTION, in boostPower()
/aosp14/frameworks/base/core/java/android/os/
H A DPowerManagerInternal.java242 public abstract void setPowerBoost(int boost, int durationMs); in setPowerBoost() method in PowerManagerInternal
H A DIPowerManager.aidl37 oneway void setPowerBoost(int boost, int durationMs); in setPowerBoost() method
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java166 mPowerManagerInternal.setPowerBoost(Boost.INTERACTION, BOOST_TIMEOUT_MS); in run()
172 mPowerManagerInternal.setPowerBoost(Boost.INTERACTION, /* durationMs */ -1); in run()
528 mPowerManagerInternal.setPowerBoost(Boost.INTERACTION, /* durationMs */ -1); in hideLocked()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceAnimationRunnerTest.java204 verify(mMockPowerManager).setPowerBoost(eq(Boost.INTERACTION), eq(0)); in testPowerBoost()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java347 mPowerManagerInternal.setPowerBoost(Boost.INTERACTION, 0); in startAnimations()
H A DDisplayRotation.java2061 mService.mPowerManagerInternal.setPowerBoost(Boost.INTERACTION, 0);
H A DDisplayPolicy.java504 mService.mPowerManagerInternal.setPowerBoost( in DisplayPolicy()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java5637 public void setPowerBoost(int boost, int durationMs) {
7016 public void setPowerBoost(int boost, int durationMs) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java1947 mService.getBinderServiceInstance().setPowerBoost(Boost.INTERACTION, 1234); in testSetPowerBoost_redirectsCallToNativeWrapper()