summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/AudioPolicyInterface.h
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2015-04-17 13:15:36 -0600
committerPaul McLean <pmclean@google.com>2015-04-28 10:46:14 -0600
commit466dc8ed6ca6b7f585104806c48613dd34e608c9 (patch)
tree086bbd91d48e366377c02df8a65a5e2bad8675a6 /services/audiopolicy/AudioPolicyInterface.h
parentdae24729d0b3ced8c4a7d7f9b631e852f564db4f (diff)
downloadframeworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.zip
frameworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.tar.gz
frameworks_av-466dc8ed6ca6b7f585104806c48613dd34e608c9.tar.bz2
Explicit routing in AudioRecord
Change-Id: I9cc5d54883a3e5c75d553fabb619fc8e49f4f9e5
Diffstat (limited to 'services/audiopolicy/AudioPolicyInterface.h')
-rw-r--r--services/audiopolicy/AudioPolicyInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/audiopolicy/AudioPolicyInterface.h b/services/audiopolicy/AudioPolicyInterface.h
index 58c65fa..9230750 100644
--- a/services/audiopolicy/AudioPolicyInterface.h
+++ b/services/audiopolicy/AudioPolicyInterface.h
@@ -133,6 +133,7 @@ public:
audio_format_t format,
audio_channel_mask_t channelMask,
audio_input_flags_t flags,
+ audio_port_handle_t selectedDeviceId,
input_type_t *inputType) = 0;
// indicates to the audio policy manager that the input starts being used.
virtual status_t startInput(audio_io_handle_t input,