summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-05-09 23:14:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-09 23:14:12 +0000
commit16821ec9e1619f4edcc87f21ea1537580109b14d (patch)
tree37a6c2c5cc999557c0140cc6f5c46fd44e2cc31f /services/audioflinger/AudioFlinger.h
parent01427884471391999393a15abbb95b5f0dce7d3b (diff)
parentd776ac63ce9c013c9626226e43f7db606e035838 (diff)
downloadframeworks_av-16821ec9e1619f4edcc87f21ea1537580109b14d.zip
frameworks_av-16821ec9e1619f4edcc87f21ea1537580109b14d.tar.gz
frameworks_av-16821ec9e1619f4edcc87f21ea1537580109b14d.tar.bz2
Merge "IAudioFlinger::openRecord returns IMemory(s)"
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index ec32edd..462f9e2 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -120,6 +120,8 @@ public:
IAudioFlinger::track_flags_t *flags,
pid_t tid,
int *sessionId,
+ sp<IMemory>& cblk,
+ sp<IMemory>& buffers,
status_t *status /*non-NULL*/);
virtual uint32_t sampleRate(audio_io_handle_t output) const;