summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResampler.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-09 16:26:45 -0700
committerMathias Agopian <mathias@google.com>2013-05-09 16:52:19 -0700
commite762be91c3280d837b1d48455cba90459ced7511 (patch)
tree38e44c614bea2a8f819a935527d4442a100741f8 /services/audioflinger/AudioResampler.h
parentdfb6ca555f3b77baa3f18c4dbbc20c644778e60f (diff)
downloadframeworks_av-e762be91c3280d837b1d48455cba90459ced7511.zip
frameworks_av-e762be91c3280d837b1d48455cba90459ced7511.tar.gz
frameworks_av-e762be91c3280d837b1d48455cba90459ced7511.tar.bz2
make libaudioflinger symbols visibility hidden
we export only symbols needed by clients of this library. this saves about 130KB (1/3rd of the lib size) Change-Id: Id81f3ecb299ee3abc0811915cf6efe87180bf15c
Diffstat (limited to 'services/audioflinger/AudioResampler.h')
-rw-r--r--services/audioflinger/AudioResampler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/audioflinger/AudioResampler.h b/services/audioflinger/AudioResampler.h
index 2b8694f..29dc5b6 100644
--- a/services/audioflinger/AudioResampler.h
+++ b/services/audioflinger/AudioResampler.h
@@ -19,13 +19,14 @@
#include <stdint.h>
#include <sys/types.h>
+#include <cutils/compiler.h>
#include <media/AudioBufferProvider.h>
namespace android {
// ----------------------------------------------------------------------------
-class AudioResampler {
+class ANDROID_API AudioResampler {
public:
// Determines quality of SRC.
// LOW_QUALITY: linear interpolator (1st order)