commit | de549d4fe45b5af63bed7ac93adeb9a2715464db | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Wed Jan 26 19:19:17 2022 -0800 |
committer | Ady Abraham <adyabr@google.com> | Tue Feb 08 18:53:39 2022 -0800 |
tree | 552f10cda7784dfc6a3ccd61625cb738075698cc | |
parent | 8fd90ad372a5f75ed23ca8a784432689939f67c2 [diff] [blame] |
SF: use aidl Capability Bug: 198190384 Test: SF unit tests Change-Id: I73fe0cc15dabdd4703de068a9cebd878d76e39d7
diff --git a/services/surfaceflinger/DisplayHardware/AidlComposerHal.h b/services/surfaceflinger/DisplayHardware/AidlComposerHal.h index 374a436..a9f7606 100644 --- a/services/surfaceflinger/DisplayHardware/AidlComposerHal.h +++ b/services/surfaceflinger/DisplayHardware/AidlComposerHal.h
@@ -60,7 +60,8 @@ bool isSupported(OptionalFeature) const; - std::vector<IComposer::Capability> getCapabilities() override; + std::vector<aidl::android::hardware::graphics::composer3::Capability> getCapabilities() + override; std::string dumpDebugInfo() override; void registerCallback(HWC2::ComposerCallback& callback) override;