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

Commit 949a97d9 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge changes from topic 'sensors_framework_hal' into oc-dev am: 2d3349c9

am: dcd1b29e

Change-Id: Ib28f5629c5f29e564d895fc6950d68f07bc589d3
parents bf550e13 dcd1b29e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ using ::android::hardware::Return;
using ::android::hardware::Void;
using ::android::sp;

struct DirectReportChannel : public IDirectReportChannel {
struct DirectReportChannel final : public IDirectReportChannel {

    DirectReportChannel(::android::SensorManager& manager, int channelId);
    ~DirectReportChannel();
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ using ::android::hardware::hidl_handle;
using ::android::hardware::hidl_memory;
using ::android::hardware::Return;

struct SensorManager : public ISensorManager {
struct SensorManager final : public ISensorManager {

    SensorManager();
    ~SensorManager();