mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Fix closure of record thread am: f8a4e2ae3a am: 13a2db008e
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15698544 Change-Id: I20fa74b3c95afc3519ae8875d7d002c7fdab0e32
This commit is contained in:
@@ -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