Lines Matching refs:audio_hw_device
45 struct audio_hw_device hw_device;
246 static int adev_open_output_stream(struct audio_hw_device *dev,
299 static void adev_close_output_stream(struct audio_hw_device *dev,
308 static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
313 static char * adev_get_parameters(const struct audio_hw_device *dev,
319 static int adev_init_check(const struct audio_hw_device *dev)
324 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
329 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
334 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode)
339 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state)
344 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state)
349 static size_t adev_get_input_buffer_size(const struct audio_hw_device *dev,
355 static int adev_open_input_stream(struct audio_hw_device *dev,
364 static void adev_close_input_stream(struct audio_hw_device *dev,