summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Android.mk
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-13 14:59:31 -0700
committerGlenn Kasten <gkasten@google.com>2014-05-22 16:19:08 -0700
commitf91df1b368a140abd37c80b204bd48d78778cc43 (patch)
tree238d896ad29af48d8ee069e853ee9fa1035955cc /services/audioflinger/Android.mk
parent29b703eec27b305e7b5b2343bf257643e38f6b68 (diff)
downloadframeworks_av-f91df1b368a140abd37c80b204bd48d78778cc43.zip
frameworks_av-f91df1b368a140abd37c80b204bd48d78778cc43.tar.gz
frameworks_av-f91df1b368a140abd37c80b204bd48d78778cc43.tar.bz2
Start adding FastCapture based on FastThread WIP
This version supports at most one fast capture client. Change-Id: Idf609bfc80ae22433433d66a5232c043c65506df
Diffstat (limited to 'services/audioflinger/Android.mk')
-rw-r--r--services/audioflinger/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 8d0a705..3b128cf 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -63,6 +63,7 @@ LOCAL_32_BIT_ONLY := true
LOCAL_SRC_FILES += FastMixer.cpp FastMixerState.cpp AudioWatchdog.cpp
LOCAL_SRC_FILES += FastThread.cpp FastThreadState.cpp
+LOCAL_SRC_FILES += FastCapture.cpp FastCaptureState.cpp
LOCAL_CFLAGS += -DSTATE_QUEUE_INSTANTIATIONS='"StateQueueInstantiations.cpp"'