mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix closure of record thread"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7f3f244d58
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user