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

Commit 63cc3332 authored by Euisang Lim's avatar Euisang Lim
Browse files

Camera: Remove an unused method in HidlCamera3Device.h



`void notify(const hardware::camera::device::V3_2::NotifyMsg& msg);`
has remained in Camera3Device.h, but it's not used.

Bug: 269394418

Change-Id: Id0162ad3392d46a6be53977acf73544a97df3e0f
Signed-off-by: default avatarEuisang Lim <eui-sang.lim@samsung.com>
parent dab56ccf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -81,9 +81,6 @@ class HidlCamera3Device :
            const hardware::hidl_vec<
                    hardware::camera::device::V3_2::StreamBuffer>& buffers) override;

    // Handle one notify message
    void notify(const hardware::camera::device::V3_2::NotifyMsg& msg);

    status_t switchToOffline(const std::vector<int32_t>& streamsToKeep,
            /*out*/ sp<CameraOfflineSessionBase>* session) override;