summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-16 08:36:31 -0700
committerGlenn Kasten <gkasten@google.com>2014-07-17 12:13:11 -0700
commitb3b1660ecb67f61f9da54efced8677fa3a6f4863 (patch)
treeee42a2462ff40938316b521138d1edfe8a122d4b /include/media/AudioSystem.h
parentec40d284218466d8f0e832e7eb88e6ea6c479c88 (diff)
downloadframeworks_av-b3b1660ecb67f61f9da54efced8677fa3a6f4863.zip
frameworks_av-b3b1660ecb67f61f9da54efced8677fa3a6f4863.tar.gz
frameworks_av-b3b1660ecb67f61f9da54efced8677fa3a6f4863.tar.bz2
Add audio_input_flags_t to IAudioPolicyService::getInput
Change-Id: I9f37be05f8dc7b85a8827a94e76ca0f45453e170
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index e1aab41..9ea18de 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -234,7 +234,8 @@ public:
uint32_t samplingRate,
audio_format_t format,
audio_channel_mask_t channelMask,
- int sessionId);
+ int sessionId,
+ audio_input_flags_t);
static status_t startInput(audio_io_handle_t input);
static status_t stopInput(audio_io_handle_t input);