/external/tinyalsa/include/tinyalsa/ |
asoundlib.h | 219 struct mixer_ctl; 230 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id); 231 struct mixer_ctl *mixer_get_ctl_by_name(struct mixer *mixer, const char *name); 234 const char *mixer_ctl_get_name(struct mixer_ctl *ctl); 235 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl); 236 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl); 237 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl); 238 unsigned int mixer_ctl_get_num_enums(struct mixer_ctl *ctl); 239 const char *mixer_ctl_get_enum_string(struct mixer_ctl *ctl, 246 void mixer_ctl_update(struct mixer_ctl *ctl) [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAControl.cpp | 56 struct mixer_ctl *ctl; 73 struct mixer_ctl *ctl; 93 struct mixer_ctl *ctl; 113 struct mixer_ctl *ctl;
|
/external/tinyalsa/ |
mixer.c | 47 struct mixer_ctl { struct 57 struct mixer_ctl *ctl; 114 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl)); 185 struct mixer_ctl *mixer_get_ctl(struct mixer *mixer, unsigned int id) 193 struct mixer_ctl *mixer_get_ctl_by_name(struct mixer *mixer, const char *name) 207 void mixer_ctl_update(struct mixer_ctl *ctl) 212 const char *mixer_ctl_get_name(struct mixer_ctl *ctl) 220 enum mixer_ctl_type mixer_ctl_get_type(struct mixer_ctl *ctl) 236 const char *mixer_ctl_get_type_string(struct mixer_ctl *ctl) 252 unsigned int mixer_ctl_get_num_values(struct mixer_ctl *ctl [all...] |
tinymix.c | 40 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all); 83 struct mixer_ctl *ctl; 104 static void tinymix_print_enum(struct mixer_ctl *ctl, int print_all) 125 struct mixer_ctl *ctl; 181 struct mixer_ctl *ctl;
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 86 struct mixer_ctl { struct 130 struct mixer_ctl *ctl; 173 struct mixer_ctl; 179 struct mixer_ctl *mixer_get_control(struct mixer *mixer, 181 struct mixer_ctl *mixer_get_nth_control(struct mixer *mixer, unsigned n); 183 int mixer_ctl_set(struct mixer_ctl *ctl, unsigned percent); 184 int mixer_ctl_select(struct mixer_ctl *ctl, const char *value); 185 void mixer_ctl_get(struct mixer_ctl *ctl, unsigned *value); 186 int mixer_ctl_set_value(struct mixer_ctl *ctl, int count, char ** argv);
|
amix.c | 34 struct mixer_ctl *get_ctl(struct mixer *mixer, char *name) 54 struct mixer_ctl *ctl;
|
alsa_mixer.c | 177 mixer->ctl = calloc(elist.count, sizeof(struct mixer_ctl)); 284 struct mixer_ctl *mixer_get_control(struct mixer *mixer, 299 struct mixer_ctl *mixer_get_nth_control(struct mixer *mixer, unsigned n) 311 int mixer_ctl_read_tlv(struct mixer_ctl *ctl, 394 void mixer_ctl_get(struct mixer_ctl *ctl, unsigned *value) 479 int mixer_ctl_mulvalues(struct mixer_ctl *ctl, int count, char ** argv) 522 int mixer_ctl_set(struct mixer_ctl *ctl, unsigned percent) 613 static int set_volume_simple(struct mixer_ctl *ctl, 693 int mixer_ctl_set_value(struct mixer_ctl *ctl, int count, char ** argv) 720 int mixer_ctl_select(struct mixer_ctl *ctl, const char *value [all...] |
alsa_ucm.c | 760 struct mixer_ctl *ctl; [all...] |
/cts/suite/audio_quality/test/ |
MixerTest.cpp | 45 struct mixer_ctl* control = mixer_get_ctl(mixerp, i);
|
/system/media/audio_route/ |
audio_route.c | 36 struct mixer_ctl *ctl; 92 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar, 105 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index); 223 struct mixer_ctl *ctl = index_to_ctl(ar, setting->ctl_index); 250 struct mixer_ctl *ctl; 304 struct mixer_ctl *ctl; 327 struct mixer_ctl *ctl; 347 static int mixer_enum_string_to_value(struct mixer_ctl *ctl, const char *string) 370 struct mixer_ctl *ctl; 478 struct mixer_ctl *ctl [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 250 struct mixer_ctl *ctl; 449 struct mixer_ctl *ctl; 483 struct mixer_ctl *ctl; 762 struct mixer_ctl *ctl; 803 struct mixer_ctl *ctl;
|
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 234 struct mixer_ctl *ctl; 811 struct mixer_ctl *ctl; [all...] |
/hardware/qcom/audio/visualizer/ |
offload_visualizer.c | 288 struct mixer_ctl *ctl; [all...] |
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 830 struct mixer_ctl *ctl; [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | [all...] |