summaryrefslogtreecommitdiff
path: root/include/powermanager/PowerHalController.h
diff options
context:
space:
mode:
author Matt Buckley <mattbuckley@google.com> 2025-03-17 12:17:53 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-17 12:17:53 -0700
commitac86c3e290b1df77ee06d2899fec928180bfabb1 (patch)
treea824ff2ee18cbd25e914c9de43fd203573d13a8e /include/powermanager/PowerHalController.h
parentb1fd1868e96a6b9455d784ad9fc31dcf1b6fd249 (diff)
parent038a8961e7142617e4819d288f0ac9e69843c8fe (diff)
Merge "Refactor PowerHalController and add a binding for composition data" into main
Diffstat (limited to 'include/powermanager/PowerHalController.h')
-rw-r--r--include/powermanager/PowerHalController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/powermanager/PowerHalController.h b/include/powermanager/PowerHalController.h
index f4f4d5e05c..e22481fceb 100644
--- a/include/powermanager/PowerHalController.h
+++ b/include/powermanager/PowerHalController.h
@@ -73,6 +73,9 @@ public:
int tgid, int uid) override;
virtual HalResult<void> closeSessionChannel(int tgid, int uid) override;
virtual HalResult<aidl::android::hardware::power::SupportInfo> getSupportInfo() override;
+ virtual HalResult<void> sendCompositionData(
+ const std::vector<hal::CompositionData>& data) override;
+ virtual HalResult<void> sendCompositionUpdate(const hal::CompositionUpdate& update) override;
private:
std::mutex mConnectedHalMutex;