diff options
Diffstat (limited to 'aosp/binder_service_android.h')
-rw-r--r-- | aosp/binder_service_android.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aosp/binder_service_android.h b/aosp/binder_service_android.h index f41fbdf2..6bfe2923 100644 --- a/aosp/binder_service_android.h +++ b/aosp/binder_service_android.h @@ -76,6 +76,7 @@ class BinderUpdateEngineAndroidService : public android::os::BnUpdateEngine, int64_t* return_value) override; android::binder::Status cleanupSuccessfulUpdate( const android::sp<android::os::IUpdateEngineCallback>& callback) override; + android::binder::Status setPerformanceMode(bool enable) override; private: // Remove the passed |callback| from the list of registered callbacks. Called |