Lines Matching refs:input
37 // configuration of audio input and output streams.
107 // request an input appropriate for record from the supplied device with supplied parameters.
113 // indicates to the audio policy manager that the input starts being used.
114 virtual status_t startInput(audio_io_handle_t input) = 0;
115 // indicates to the audio policy manager that the input stops being used.
116 virtual status_t stopInput(audio_io_handle_t input) = 0;
117 // releases the input.
118 virtual void releaseInput(audio_io_handle_t input) = 0;
206 // Audio input Control functions
209 // opens an audio input
215 // closes an audio input
216 virtual status_t closeInput(audio_io_handle_t input) = 0;