summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-07 13:27:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-02 20:11:01 +0000
commit5c68f959eaa2e02fed5643c78e281fff42bcc0a2 (patch)
treec2009db526d2f2d81713f149edf2bc7a7adf41b6 /include
parent11fa4012f1c68083abfc21972f3f46da397d2c5c (diff)
parent7df8c0b799d8f52d6386e03313286dbd7d5cdc7c (diff)
downloadframeworks_av-5c68f959eaa2e02fed5643c78e281fff42bcc0a2.zip
frameworks_av-5c68f959eaa2e02fed5643c78e281fff42bcc0a2.tar.gz
frameworks_av-5c68f959eaa2e02fed5643c78e281fff42bcc0a2.tar.bz2
Merge "IAudioFlinger::openRecord now suggests notificationFrames"
Diffstat (limited to 'include')
-rw-r--r--include/media/IAudioFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/IAudioFlinger.h b/include/media/IAudioFlinger.h
index 83b4d13..a8f4605 100644
--- a/include/media/IAudioFlinger.h
+++ b/include/media/IAudioFlinger.h
@@ -89,6 +89,7 @@ public:
track_flags_t *flags,
pid_t tid, // -1 means unused, otherwise must be valid non-0
int *sessionId,
+ size_t *notificationFrames,
sp<IMemory>& cblk,
sp<IMemory>& buffers, // return value 0 means it follows cblk
status_t *status) = 0;