summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2015-05-01 01:03:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-01 01:03:59 +0000
commit850206ed9ebc6c663a957a656966bce2604dc170 (patch)
treee7b0bdb5dee5a44524afc0f9c89e4bba878bfbb4 /services/audioflinger/AudioFlinger.h
parent94ce218596a88cc6d37098cce4e17e68f7405603 (diff)
parent054d9d3dea1390294650ac704acb4aa0a0731217 (diff)
downloadframeworks_av-850206ed9ebc6c663a957a656966bce2604dc170.zip
frameworks_av-850206ed9ebc6c663a957a656966bce2604dc170.tar.gz
frameworks_av-850206ed9ebc6c663a957a656966bce2604dc170.tar.bz2
Merge "PatchPanel: do not use setParameters() internally." into mnc-dev
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 3c4517f..34ec2b1 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -590,6 +590,7 @@ private:
// Return true if the effect was found in mOrphanEffectChains, false otherwise.
bool updateOrphanEffectChains(const sp<EffectModule>& effect);
+ void broacastParametersToRecordThreads_l(const String8& keyValuePairs);
// AudioStreamIn is immutable, so their fields are const.
// For emphasis, we could also make all pointers to them be "const *",