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/Threads.cpp b/services/audioflinger/Threads.cpp
index dfca790..576de02 100644
--- a/services/audioflinger/Threads.cpp
+++ b/services/audioflinger/Threads.cpp
@@ -74,8 +74,6 @@
 #include <media/audiohal/StreamHalInterface.h>
 
 #include "AudioFlinger.h"
-#include "FastMixer.h"
-#include "FastCapture.h"
 #include <mediautils/SchedulingPolicyService.h>
 #include <mediautils/ServiceUtilities.h>
 
@@ -89,7 +87,7 @@
 #include <cpustats/ThreadCpuUsage.h>
 #endif
 
-#include "AutoPark.h"
+#include <fastpath/AutoPark.h>
 
 #include <pthread.h>
 #include <afutils/TypedLogger.h>