summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-10-01 20:58:58 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-01 20:58:58 -0700
commit34717c83733def81287e2b4ba2f62b416325c7ae (patch)
treebdc06557b16690a491298f6a73653bae249a6c84 /services/audioflinger/AudioFlinger.h
parentcff0d41463dfa0bcb33805794f1341d029e86f04 (diff)
parent3424d6e17637e0743ddf3bf4688af8ee36e69264 (diff)
downloadframeworks_av-34717c83733def81287e2b4ba2f62b416325c7ae.zip
frameworks_av-34717c83733def81287e2b4ba2f62b416325c7ae.tar.gz
frameworks_av-34717c83733def81287e2b4ba2f62b416325c7ae.tar.bz2
am 3424d6e1: am 1adf20ce: Merge "fix volume and effect enable delay on offloaded tracks" into klp-dev
* commit '3424d6e17637e0743ddf3bf4688af8ee36e69264': fix volume and effect enable delay on offloaded tracks
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 7f2f9ec..d6b10f7 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -412,6 +412,7 @@ private:
int target);
virtual status_t setParameters(const String8& keyValuePairs);
virtual status_t getTimestamp(AudioTimestamp& timestamp);
+ virtual void signal(); // signal playback thread for a change in control block
virtual status_t onTransact(
uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);