Lines Matching defs:hw_dev
535 static int adev_open_output_stream(struct audio_hw_device *hw_dev, in adev_open_output_stream()
671 static void adev_close_output_stream(struct audio_hw_device *hw_dev, in adev_close_output_stream()
694 static size_t adev_get_input_buffer_size(const struct audio_hw_device *hw_dev, in adev_get_input_buffer_size()
932 static int adev_open_input_stream(struct audio_hw_device *hw_dev, in adev_open_input_stream()
1120 static void adev_close_input_stream(struct audio_hw_device *hw_dev, in adev_close_input_stream()
1145 static int adev_set_parameters(struct audio_hw_device *hw_dev, const char *kvpairs) in adev_set_parameters()
1150 static char * adev_get_parameters(const struct audio_hw_device *hw_dev, const char *keys) in adev_get_parameters()
1155 static int adev_init_check(const struct audio_hw_device *hw_dev) in adev_init_check()
1160 static int adev_set_voice_volume(struct audio_hw_device *hw_dev, float volume) in adev_set_voice_volume()
1165 static int adev_set_master_volume(struct audio_hw_device *hw_dev, float volume) in adev_set_master_volume()
1170 static int adev_set_mode(struct audio_hw_device *hw_dev, audio_mode_t mode) in adev_set_mode()
1175 static int adev_set_mic_mute(struct audio_hw_device *hw_dev, bool state) in adev_set_mic_mute()
1184 static int adev_get_mic_mute(const struct audio_hw_device *hw_dev, bool *state) in adev_get_mic_mute()