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

Commit b662e5da authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9014491 from ed1fc29d to tm-qpr1-release

Change-Id: I5dd41425182b8c12761f044d46f9ad2ee892f931
parents 86d098ec ed1fc29d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ status_t AidlSensorHalWrapper::registerDirectChannel(const sensors_direct_mem_t
            .type = type,
            .format = format,
            .size = static_cast<int32_t>(memory->size),
            .memoryHandle = makeToAidl(memory->handle),
            .memoryHandle = dupToAidl(memory->handle),
    };

    return convertToStatus(mSensors->registerDirectChannel(mem, channelHandle));