commit | ee86ceee6ce8182766fa8c191b043f0b865f8bce | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Dec 13 19:19:53 2022 -0800 |
committer | Andy Hung <hunga@google.com> | Mon May 22 15:05:54 2023 -0700 |
tree | 2578b3ed17ee3e4c3fd27a3a82d0a3d7e75242b6 | |
parent | 4a3734db34015ba1494419eff6b94c2cbf2fd11d [diff] [blame] |
VolumeShaper: Update Direct/Offload to use media time Test: atest --host monotonicframecounter_tests Test: atest VolumeShaperTest Bug: 253083520 Merged-In: I0d8d73e70ed52c760cd483ebdb62e0f10b7f642d Change-Id: I0d8d73e70ed52c760cd483ebdb62e0f10b7f642d
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 159ed2f..530b611 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -84,6 +84,8 @@ #include <audio_utils/SimpleLog.h> #include <audio_utils/TimestampVerifier.h> +#include <timing/MonotonicFrameCounter.h> + #include "FastCapture.h" #include "FastMixer.h" #include <media/nbaio/NBAIO.h>