summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-12-21 15:04:30 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-21 15:04:30 -0800
commitd5681bc9a38fe4cd1d591e6ae62b9c68fb851041 (patch)
tree88d51865d4e4f98d05408975762b85894050e6b7 /services/audioflinger/AudioFlinger.h
parent49d24d3fcd01aef0ec1fa4abd9c1b85473f64c0f (diff)
parente3aa659e9cee7df5c12a80d285cc29ab3b2cbb39 (diff)
downloadframeworks_av-d5681bc9a38fe4cd1d591e6ae62b9c68fb851041.zip
frameworks_av-d5681bc9a38fe4cd1d591e6ae62b9c68fb851041.tar.gz
frameworks_av-d5681bc9a38fe4cd1d591e6ae62b9c68fb851041.tar.bz2
Merge "Start isolating control block accesses in a proxy"
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index a28f47e..a7f5b9e 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -61,6 +61,7 @@ class AudioMixer;
class AudioBuffer;
class AudioResampler;
class FastMixer;
+class ServerProxy;
// ----------------------------------------------------------------------------