commit | 542110eebe6fa3464f62dd62b2b0c04b8f8b16cc | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Sep 22 16:40:06 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 22 16:40:06 2023 +0000 |
tree | 99dc34c9d6446d4b3804fe4207380e6f29f437f7 | |
parent | 582a2010d69b43a3c309962a6fcfb916f7e03526 [diff] | |
parent | 632b1cd048ad9e0d0ea02bc220841251bafe0946 [diff] |
Merge "audio: Fix Effect worker thread" into main
diff --git a/audio/aidl/default/EffectThread.cpp b/audio/aidl/default/EffectThread.cpp index cd2ba53..47ba9f4 100644 --- a/audio/aidl/default/EffectThread.cpp +++ b/audio/aidl/default/EffectThread.cpp
@@ -48,6 +48,8 @@ mPriority = priority; { std::lock_guard lg(mThreadMutex); + mStop = true; + mExit = false; mThreadContext = std::move(context); auto statusMQ = mThreadContext->getStatusFmq(); EventFlag* efGroup = nullptr;