Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Daudio.h569 struct audio_hw_device { struct
579 * each audio_hw_device implementation. argument
589 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); argument
595 int (*init_check)(const struct audio_hw_device *dev); argument
598 int (*set_voice_volume)(struct audio_hw_device *dev, float volume); argument
605 int (*set_master_volume)(struct audio_hw_device *dev, float volume); argument
614 int (*get_master_volume)(struct audio_hw_device *dev, float *volume); argument
621 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode); argument
624 int (*set_mic_mute)(struct audio_hw_device *dev, bool state); argument
625 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state); argument
[all …]