commit | 93bb5735dee15fa4b84db615039ed32d0a53f6c8 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Thu May 04 21:16:34 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Mon May 22 19:02:25 2023 -0700 |
tree | 77b151be2feed69d10204cb395da41baeab5c320 | |
parent | a9acac5ae60e60f9f547a809561bbad5e139d10e [diff] [blame] |
MediaSyncEvent: Fix thread safety Test: atest synchronizedrecordstate_tests Test: atest MediaSyncEventTest#testSynchronizedRecord Bug: 281168109 Merged-In: I75677947ab2b508d20d55256187830c3ace9c9e9 Change-Id: I75677947ab2b508d20d55256187830c3ace9c9e9
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 442432d..4b86a87 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -86,6 +86,7 @@ #include <timing/MonotonicFrameCounter.h> #include <timing/SyncEvent.h> +#include <timing/SynchronizedRecordState.h> #include "FastCapture.h" #include "FastMixer.h"