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

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

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

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

Change-Id: I2c8f95d06ca292a30c3b0181c2d3b85286dd873f
parents d3aeab0a 626bb861
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) {