summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2013-10-15 05:05:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-15 05:05:01 -0700
commit3278eed31fcf82045ac00dcd549dda5270c88971 (patch)
treeb5a5423ca7a4464afb8f4182dc22b72dcb7c1917 /services/audioflinger/Threads.h
parentd5ce2091c7e11c4d869f11f22d8a38a1aedcf3ad (diff)
parent8580679e1780617d978d28a43e932314b86608ce (diff)
downloadframeworks_av-3278eed31fcf82045ac00dcd549dda5270c88971.zip
frameworks_av-3278eed31fcf82045ac00dcd549dda5270c88971.tar.gz
frameworks_av-3278eed31fcf82045ac00dcd549dda5270c88971.tar.bz2
am 8580679e: am 014e7fa2: Make Audio wakelock names less unique.
* commit '8580679e1780617d978d28a43e932314b86608ce': Make Audio wakelock names less unique.
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 906846f..6c01bb9 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -254,6 +254,8 @@ protected:
// check if some effects must be suspended when an effect chain is added
void checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain);
+ String16 getWakeLockTag();
+
virtual void preExit() { }
friend class AudioFlinger; // for mEffectChains