summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-15 15:31:26 -0700
committerGlenn Kasten <gkasten@google.com>2014-07-17 12:13:07 -0700
commitec40d284218466d8f0e832e7eb88e6ea6c479c88 (patch)
tree46ae774a4f3535d07374bed459b1dcf2bb9d8803 /services/audioflinger/AudioFlinger.h
parent6e6704c06d61bc356e30c164081e5bcffb37920c (diff)
downloadframeworks_av-ec40d284218466d8f0e832e7eb88e6ea6c479c88.zip
frameworks_av-ec40d284218466d8f0e832e7eb88e6ea6c479c88.tar.gz
frameworks_av-ec40d284218466d8f0e832e7eb88e6ea6c479c88.tar.bz2
Add audio_input_flags_t to IAudioFlinger::openInput
For backward compatibility, until flags are correctly calculated, we will assume that the request is for a low latency input stream. Change-Id: I76746834e870df00833dc77cbdaa2edd2ffeec95
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index be19554..bae18fd 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -179,7 +179,8 @@ public:
audio_devices_t *pDevices,
uint32_t *pSamplingRate,
audio_format_t *pFormat,
- audio_channel_mask_t *pChannelMask);
+ audio_channel_mask_t *pChannelMask,
+ audio_input_flags_t flags);
virtual status_t closeInput(audio_io_handle_t input);