Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Daudio.h496 struct audio_hw_device { struct
506 * each audio_hw_device implementation. argument
516 uint32_t (*get_supported_devices)(const struct audio_hw_device *dev); argument
522 int (*init_check)(const struct audio_hw_device *dev); argument
525 int (*set_voice_volume)(struct audio_hw_device *dev, float volume); argument
532 int (*set_master_volume)(struct audio_hw_device *dev, float volume); argument
541 int (*get_master_volume)(struct audio_hw_device *dev, float *volume); argument
548 int (*set_mode)(struct audio_hw_device *dev, audio_mode_t mode); argument
551 int (*set_mic_mute)(struct audio_hw_device *dev, bool state); argument
552 int (*get_mic_mute)(const struct audio_hw_device *dev, bool *state); argument
[all …]