commit | bef3a1ef42902342bd6ce76b1af099987323aead | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue May 23 17:36:46 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Fri May 26 13:52:59 2023 -0700 |
tree | dcafce33bbdf8ca695e20943ed3e74d8bad0be52 | |
parent | 792f44845e375a336f3b60dfeff086e67a335464 [diff] [blame] |
AudioFlinger: move fast path components to library Test: compiles, oboetester Test: atest AudioTrackTest AudioRecordTest Bug: 284061821 Merged-In: I200eb658c4eb3d2ce2224612044ec051f3b712d2 Change-Id: I200eb658c4eb3d2ce2224612044ec051f3b712d2
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index 7b89a5c6..6d422b6 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -91,8 +91,8 @@ #include <timing/SyncEvent.h> #include <timing/SynchronizedRecordState.h> -#include "FastCapture.h" -#include "FastMixer.h" +#include <fastpath/FastCapture.h> +#include <fastpath/FastMixer.h> #include <media/nbaio/NBAIO.h> #include "AudioStreamOut.h" #include "SpdifStreamOut.h"