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

Commit 5db1d831 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 am: b36a4347

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

Change-Id: If616086899814cc36be2ae9ee046b81e3d9e2ef0
parents 018845ed b36a4347
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) {