summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
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 /services/audioflinger/AudioFlinger.h
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 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 1ccef24..4df0921 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -120,6 +120,7 @@ public:
IAudioFlinger::track_flags_t *flags,
pid_t tid,
int *sessionId,
+ size_t *notificationFrames,
sp<IMemory>& cblk,
sp<IMemory>& buffers,
status_t *status /*non-NULL*/);