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

Commit 626bb861 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: Iaa9df7ee2817296bd3a4b11c659cc07d01504b4d
parents 664ef52b 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) {