Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24ee599e authored by Shunkai Yao's avatar Shunkai Yao
Browse files

AIDL effect: Declare effectProxy class as final

Bug: 261129656
Test: Enable AIDL and test on Pixel with YTM
Change-Id: I72cba60485864370956c37afe67ac09b66ee53ce
parent 1d365d2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ namespace effect {
 * and parameters will only passthrough to the active sub-effect.
 *
 */
class EffectProxy : public ::aidl::android::hardware::audio::effect::BnEffect {
class EffectProxy final : public ::aidl::android::hardware::audio::effect::BnEffect {
  public:
    EffectProxy(const ::aidl::android::hardware::audio::effect::Descriptor::Identity& id,
                const std::shared_ptr<::aidl::android::hardware::audio::effect::IFactory>& factory);