From 6a8ab05f0598f4ebdd5ef82e93cf32fde0598189 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Thu, 24 Jul 2014 14:08:35 -0700 Subject: audio policy: add audio_input_flags_t and mOpenRefCount Change-Id: I5f9c7b5ebf03b9bc94efe70d3677edfabb99c194 --- services/audiopolicy/AudioPolicyInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/audiopolicy/AudioPolicyInterface.h') diff --git a/services/audiopolicy/AudioPolicyInterface.h b/services/audiopolicy/AudioPolicyInterface.h index ed66e58..d45776b 100644 --- a/services/audiopolicy/AudioPolicyInterface.h +++ b/services/audiopolicy/AudioPolicyInterface.h @@ -112,7 +112,8 @@ public: uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, - audio_in_acoustics_t acoustics) = 0; + audio_in_acoustics_t acoustics, + audio_input_flags_t flags) = 0; // indicates to the audio policy manager that the input starts being used. virtual status_t startInput(audio_io_handle_t input) = 0; // indicates to the audio policy manager that the input stops being used. -- cgit v1.1