summaryrefslogtreecommitdiff
path: root/gsi_service.h
diff options
context:
space:
mode:
authorHoward Chen <howardsoc@google.com>2019-02-26 18:14:47 +0800
committerHoward Chen <howardsoc@google.com>2019-03-15 09:39:32 +0000
commit670b3068f9c4b00d28e12c34b4b72f9290e3cb5f (patch)
tree2c20dbc47e41628fc0f43c07c51694e047b95161 /gsi_service.h
parentecbc0198c6f38dd94b3ee817e1fb6ecfe40a71dd (diff)
downloadgsid-670b3068f9c4b00d28e12c34b4b72f9290e3cb5f.tar.gz
Add isGsiEnabled to GsiService
In order to re-enable the Gsi from framework, we need a method to query the current enable status. Bug: 125079548 Test: use the status command Change-Id: Ia6c0ae12e2e6613f112a241d2cf5733f8bf22984
Diffstat (limited to 'gsi_service.h')
-rw-r--r--gsi_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsi_service.h b/gsi_service.h
index f3cbad0..01326b5 100644
--- a/gsi_service.h
+++ b/gsi_service.h
@@ -49,6 +49,7 @@ class GsiService : public BinderService<GsiService>, public BnGsiService {
bool* _aidl_return) override;
binder::Status cancelGsiInstall(bool* _aidl_return) override;
binder::Status setGsiBootable(bool oneShot, int* _aidl_return) override;
+ binder::Status isGsiEnabled(bool* _aidl_return) override;
binder::Status removeGsiInstall(bool* _aidl_return) override;
binder::Status disableGsiInstall(bool* _aidl_return) override;
binder::Status isGsiRunning(bool* _aidl_return) override;