diff options
author | Glenn Kasten <gkasten@google.com> | 2014-07-03 12:23:29 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2014-07-03 16:28:41 -0700 |
commit | 7df8c0b799d8f52d6386e03313286dbd7d5cdc7c (patch) | |
tree | e87404b99042b2c21ffcc0c34ac397ae14b4c2d4 /include/media | |
parent | 7c6f87856c0880ee39c2107a0fc3c9b41f8c195c (diff) | |
download | frameworks_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/media')
-rw-r--r-- | include/media/IAudioFlinger.h | 1 |
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; |