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

Commit 779b6205 authored by Pierre Couillaud's avatar Pierre Couillaud Committed by Automerger Merge Worker
Browse files

Fix closure of record thread am: f8a4e2ae am: 13a2db00

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15698544

Change-Id: I20fa74b3c95afc3519ae8875d7d002c7fdab0e32
parents 2f71316d 13a2db00
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -204,6 +204,7 @@ bool DvrCallback::readRecordFMQ() {
void DvrCallback::stopRecordThread() {
    mKeepReadingRecordFMQ = false;
    mRecordThreadRunning = false;
    android::Mutex::Autolock autoLock(mRecordThreadLock);
}

AssertionResult DvrTests::openDvrInDemux(DvrType type, uint32_t bufferSize) {