OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixer_ctl_set_array
(Results
1 - 5
of
5
) sorted by null
/external/tinyalsa/include/tinyalsa/
asoundlib.h
255
int
mixer_ctl_set_array
(struct mixer_ctl *ctl, const void *array, size_t count);
/hardware/qcom/audio/hal/msm8974/
platform.c
470
ret =
mixer_ctl_set_array
(ctl, values, sizeof(values)/sizeof(int));
501
ret =
mixer_ctl_set_array
(ctl, values, sizeof(values)/sizeof(int));
/external/tinyalsa/
mixer.c
406
int
mixer_ctl_set_array
(struct mixer_ctl *ctl, const void *array, size_t count)
function
/system/media/audio_route/
audio_route.c
563
mixer_ctl_set_array
(ctl, ar->mixer_state[i].new_value, num_values);
/hardware/qcom/audio/hal/
audio_hw.c
[
all
...]
Completed in 1037 milliseconds