summaryrefslogtreecommitdiff
path: root/binder_bindings
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2018-06-14 01:10:09 +0200
committeralk3pInjection <webmaster@raspii.tech>2022-02-05 20:27:30 +0800
commitec8d623b74826a51fa08599f62a354b473a7da24 (patch)
tree385bc9169f1d85abd0b87cc49296f32976f0e81b /binder_bindings
parent2787b94effe7d2fa1496823d982692b394772c19 (diff)
update_engine: Add performance modeHEADsugisawa-mr1sugisawa
Author: Gabriele M <moto.falcon.git@gmail.com> Date: Thu Jun 14 01:10:09 2018 +0200 update_engine: Add performance mode Allow to move update_engine from the system-background cgroup to the foreground cgroup to speed up the installation of the updates. Change-Id: Iaa531a925f9e1a26e834d7448c4755151adcfea2 Author: Luca Stefani <luca.stefani.ge1@gmail.com> Date: Mon Mar 4 14:57:28 2019 +0100 Move performance mode to top app Change-Id: I436102b4f8d046b8f3d897882613ec46acf9e2c5 luca020400: Move to TaskProfiles API Change-Id: Id7e27b0c42d80c4a3ce1dc7f8540313a7042db53
Diffstat (limited to 'binder_bindings')
-rw-r--r--binder_bindings/android/os/IUpdateEngine.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/binder_bindings/android/os/IUpdateEngine.aidl b/binder_bindings/android/os/IUpdateEngine.aidl
index c9580da4..363cec2c 100644
--- a/binder_bindings/android/os/IUpdateEngine.aidl
+++ b/binder_bindings/android/os/IUpdateEngine.aidl
@@ -71,4 +71,6 @@ interface IUpdateEngine {
* but needs reboot). DEVICE_CORRUPTED for permanent errors.
*/
void cleanupSuccessfulUpdate(IUpdateEngineCallback callback);
+ /** @hide */
+ void setPerformanceMode(in boolean enable);
}