summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-03 12:23:29 -0700
committerGlenn Kasten <gkasten@google.com>2014-07-03 16:28:41 -0700
commit7df8c0b799d8f52d6386e03313286dbd7d5cdc7c (patch)
treee87404b99042b2c21ffcc0c34ac397ae14b4c2d4 /include
parent7c6f87856c0880ee39c2107a0fc3c9b41f8c195c (diff)
downloadframeworks_av-7df8c0b799d8f52d6386e03313286dbd7d5cdc7c.zip
frameworks_av-7df8c0b799d8f52d6386e03313286dbd7d5cdc7c.tar.gz
frameworks_av-7df8c0b799d8f52d6386e03313286dbd7d5cdc7c.tar.bz2
IAudioFlinger::openRecord now suggests notificationFrames
Change-Id: I08885cc381d03c522a23289e74f0e1ed46563863
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 fc8be20..2c960be 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;