Lines Matching refs:audio_hw_device
62 struct audio_hw_device hw_device;
472 static int adev_open_output_stream(struct audio_hw_device *dev, in adev_open_output_stream()
605 static void adev_close_output_stream(struct audio_hw_device *dev, in adev_close_output_stream()
626 static size_t adev_get_input_buffer_size(const struct audio_hw_device *dev, in adev_get_input_buffer_size()
861 static int adev_open_input_stream(struct audio_hw_device *dev, in adev_open_input_stream()
977 static void adev_close_input_stream(struct audio_hw_device *dev, struct audio_stream_in *stream) in adev_close_input_stream()
992 static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs) in adev_set_parameters()
997 static char * adev_get_parameters(const struct audio_hw_device *dev, const char *keys) in adev_get_parameters()
1002 static int adev_init_check(const struct audio_hw_device *dev) in adev_init_check()
1007 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume) in adev_set_voice_volume()
1012 static int adev_set_master_volume(struct audio_hw_device *dev, float volume) in adev_set_master_volume()
1017 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) in adev_set_mode()
1022 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state) in adev_set_mic_mute()
1031 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state) in adev_get_mic_mute()