mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
This commit is contained in:
committed by
silver.chen
parent
433858b4f7
commit
33a593ab59
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user