HomeSort by relevance Sort by last modified time
    Searched refs:mixer_ctl_get_array (Results 1 - 4 of 4) sorted by null

  /external/tinyalsa/include/tinyalsa/
asoundlib.h 253 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count);
  /external/tinyalsa/
mixer.c 334 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count) function
  /hardware/qcom/audio/hal/msm8974/
platform.c 820 ret = mixer_ctl_get_array(ctl, block, count);
822 ALOGE("%s: mixer_ctl_get_array() failed to get EDID info", __func__);
  /system/media/audio_route/
audio_route.c 506 mixer_ctl_get_array(ctl, ar->mixer_state[i].old_value, num_values);

Completed in 51 milliseconds