summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/Threads.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-13 16:00:42 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-14 17:18:59 -0700
commitf777331418a86cd9fd709af898ef24a69967aeb4 (patch)
tree81b985eeffa164abe2155053d75c7a9f07fd3efb /services/audioflinger/Threads.h
parentc527a7c2b1bfd26e8f3086e1b653d56e521379d9 (diff)
downloadframeworks_av-f777331418a86cd9fd709af898ef24a69967aeb4.zip
frameworks_av-f777331418a86cd9fd709af898ef24a69967aeb4.tar.gz
frameworks_av-f777331418a86cd9fd709af898ef24a69967aeb4.tar.bz2
Add ThreadBase::processConfigEvents_l()
Change-Id: I6bcdc212a984c52ab98b0b0744943b4ecc1e1542
Diffstat (limited to 'services/audioflinger/Threads.h')
-rw-r--r--services/audioflinger/Threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h
index 47dd3bd..176314a 100644
--- a/services/audioflinger/Threads.h
+++ b/services/audioflinger/Threads.h
@@ -143,6 +143,7 @@ public:
void sendIoConfigEvent_l(int event, int param = 0);
void sendPrioConfigEvent_l(pid_t pid, pid_t tid, int32_t prio);
void processConfigEvents();
+ void processConfigEvents_l();
// see note at declaration of mStandby, mOutDevice and mInDevice
bool standby() const { return mStandby; }