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

Commit 12297563 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5733735 from f75cf1cf to qt-c2f2-release

Change-Id: Ia23f5ba2ab5a3fbaf8326b0952ce91ec58c7fea8
parents afc30778 f75cf1cf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,8 +29,10 @@ void SensorsHidlEnvironmentBase::HidlSetUp() {

void SensorsHidlEnvironmentBase::HidlTearDown() {
    mStopThread = true;
    if (mPollThread.joinable()) {
        mPollThread.detach();
    }
}

void SensorsHidlEnvironmentBase::catEvents(std::vector<Event>* output) {
    std::lock_guard<std::mutex> lock(mEventsMutex);