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

Commit 33a593ab authored by stanley-ct.chen's avatar stanley-ct.chen Committed by silver.chen
Browse files

Fix google vts dead lock

[Description]
Fix google vts dead lock

Bug: 271400402
Test:
1. AC on/off PASS
2. UHDTV Scan PASS
3. UHDTV Switch PASS

Change-Id: Ic198224309636c83d533a24bb15519e67931b6d1
parent 433858b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ bool DvrCallback::readRecordFMQ() {
void DvrCallback::stopRecordThread() {
    mKeepReadingRecordFMQ = false;
    mRecordThreadRunning = false;
    android::Mutex::Autolock autoLock(mRecordThreadLock);
}

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