mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +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: Iaa9df7ee2817296bd3a4b11c659cc07d01504b4d
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