commit | 7df8c0b799d8f52d6386e03313286dbd7d5cdc7c | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jul 03 12:23:29 2014 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Thu Jul 03 16:28:41 2014 -0700 |
tree | e87404b99042b2c21ffcc0c34ac397ae14b4c2d4 | |
parent | 7c6f87856c0880ee39c2107a0fc3c9b41f8c195c [diff] [blame] |
IAudioFlinger::openRecord now suggests notificationFrames Change-Id: I08885cc381d03c522a23289e74f0e1ed46563863
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h index ddc6afb..f6a0182 100644 --- a/services/audioflinger/AudioFlinger.h +++ b/services/audioflinger/AudioFlinger.h
@@ -120,6 +120,7 @@ IAudioFlinger::track_flags_t *flags, pid_t tid, int *sessionId, + size_t *notificationFrames, sp<IMemory>& cblk, sp<IMemory>& buffers, status_t *status /*non-NULL*/);