Searched defs:hw_dev (Results 1 – 1 of 1) sorted by relevance
922 static int adev_open_output_stream(struct audio_hw_device *hw_dev, in adev_open_output_stream()1103 static void adev_close_output_stream(struct audio_hw_device *hw_dev, in adev_close_output_stream()1138 static size_t adev_get_input_buffer_size(const struct audio_hw_device *hw_dev, in adev_get_input_buffer_size()1405 static int adev_open_input_stream(struct audio_hw_device *hw_dev, in adev_open_input_stream()1625 static void adev_close_input_stream(struct audio_hw_device *hw_dev, in adev_close_input_stream()1657 static int adev_set_parameters(struct audio_hw_device *hw_dev, const char *kvpairs) in adev_set_parameters()1662 static char * adev_get_parameters(const struct audio_hw_device *hw_dev, const char *keys) in adev_get_parameters()1667 static int adev_init_check(const struct audio_hw_device *hw_dev) in adev_init_check()1672 static int adev_set_voice_volume(struct audio_hw_device *hw_dev, float volume) in adev_set_voice_volume()1677 static int adev_set_master_volume(struct audio_hw_device *hw_dev, float volume) in adev_set_master_volume()[all …]