summaryrefslogtreecommitdiff
path: root/gsi_service.h
diff options
context:
space:
mode:
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 3f81786..c9e4e05 100644
--- a/gsi_service.h
+++ b/gsi_service.h
@@ -68,6 +68,7 @@ class GsiService : public BinderService<GsiService>, public BnGsiService {
android::sp<IImageService>* _aidl_return) override;
binder::Status dumpDeviceMapperDevices(std::string* _aidl_return) override;
binder::Status getAvbPublicKey(AvbPublicKey* dst, int32_t* _aidl_return) override;
+ binder::Status suggestScratchSize(int64_t* _aidl_return) override;
// This is in GsiService, rather than GsiInstaller, since we need to access
// it outside of the main lock which protects the unique_ptr.