diff options
author | Glenn Kasten <gkasten@google.com> | 2014-07-07 13:27:01 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-02 20:11:01 +0000 |
commit | 5c68f959eaa2e02fed5643c78e281fff42bcc0a2 (patch) | |
tree | c2009db526d2f2d81713f149edf2bc7a7adf41b6 /include | |
parent | 11fa4012f1c68083abfc21972f3f46da397d2c5c (diff) | |
parent | 7df8c0b799d8f52d6386e03313286dbd7d5cdc7c (diff) | |
download | frameworks_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.h | 1 |
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; |