commit | d69d9f1c3116f78b4da654d66e475a002ecf7f79 | [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 12:58:14 2023 -0700 |
tree | 630fb8d80e0c8dfa93e77b58345dd4d5e1dc7853 | |
parent | ae05f9dcd8668a60b463e2b8e94cee9184939d02 [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 7a93c5b..fe03fc7 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -95,8 +95,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"