Home
last modified time | relevance | path

Searched defs:audio_hw_device (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
Daudio.h654 struct audio_hw_device { struct
664 * each audio_hw_device implementation. argument
674 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); argument
680 int (*init_check)(const struct audio_hw_device *dev); argument
683 int (*set_voice_volume)(struct audio_hw_device *dev, float volume); argument
690 int (*set_master_volume)(struct audio_hw_device *dev, float volume); argument
699 int (*get_master_volume)(struct audio_hw_device *dev, float *volume); argument
706 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode); argument
709 int (*set_mic_mute)(struct audio_hw_device *dev, bool state); argument
710 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state); argument
[all …]