summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDhanalakshmi Siddani <dsiddani@codeaurora.org>2014-11-18 11:51:33 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:24:33 -0600
commit6c5e09eede1236e8bf831dae1a934d2df66f0dec (patch)
tree457b2cdfcd4448978c3c424ce0afe7a560ebcc93 /include
parentf9756b6900daa0f98bbcbb7d26f6184cda2a8eef (diff)
downloadframeworks_av-6c5e09eede1236e8bf831dae1a934d2df66f0dec.zip
frameworks_av-6c5e09eede1236e8bf831dae1a934d2df66f0dec.tar.gz
frameworks_av-6c5e09eede1236e8bf831dae1a934d2df66f0dec.tar.bz2
audio: add parameters for device shutdown notification
- Add new define and variable to receive device shutdown notification Change-Id: I06d7a8a36a5bf5490818561ec3bb9c5d43c5bf37
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioParameter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioParameter.h b/include/media/AudioParameter.h
index 891bc4b..c769c4b 100644
--- a/include/media/AudioParameter.h
+++ b/include/media/AudioParameter.h
@@ -48,6 +48,7 @@ public:
static const char * const keyFrameCount;
static const char * const keyInputSource;
static const char * const keyScreenState;
+ static const char * const keyDevShutdown;
String8 toString();