Home | History | Annotate | Download | only in audio

Lines Matching refs:audio_hw_device

67     struct audio_hw_device hw_device;
432 static int adev_open_output_stream(struct audio_hw_device *dev,
508 static void adev_close_output_stream(struct audio_hw_device *dev,
515 static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
521 static char * adev_get_parameters(const struct audio_hw_device *dev,
528 static int adev_init_check(const struct audio_hw_device *dev)
534 static int adev_set_voice_volume(struct audio_hw_device *dev, float volume)
540 static int adev_set_master_volume(struct audio_hw_device *dev, float volume)
546 static int adev_get_master_volume(struct audio_hw_device *dev, float *volume)
552 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted)
558 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted)
564 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode)
570 static int adev_set_mic_mute(struct audio_hw_device *dev, bool state)
576 static int adev_get_mic_mute(const struct audio_hw_device *dev, bool *state)
582 static size_t adev_get_input_buffer_size(const struct audio_hw_device *dev,
589 static int adev_open_input_stream(struct audio_hw_device __unused *dev,
626 static void adev_close_input_stream(struct audio_hw_device *dev,