Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Daudio.h516 struct audio_hw_device { struct
526 * each audio_hw_device implementation. argument
536 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); argument
542 int (*init_check)(const struct audio_hw_device *dev); argument
545 int (*set_voice_volume)(struct audio_hw_device *dev, float volume); argument
552 int (*set_master_volume)(struct audio_hw_device *dev, float volume); argument
561 int (*get_master_volume)(struct audio_hw_device *dev, float *volume); argument
568 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode); argument
571 int (*set_mic_mute)(struct audio_hw_device *dev, bool state); argument
572 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state); argument
[all …]