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

  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 97 err = mixer_ctl_get_array(ctl, &iec958, count);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 297 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count);
  /external/tinyalsa/
tinymix.c 157 ret = mixer_ctl_get_array(ctl, buf, len);
159 fprintf(stderr, "Failed to mixer_ctl_get_array\n");
mixer.c 335 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count) function
  /hardware/qcom/audio/hal/msm8916/
platform.c 677 ret = mixer_ctl_get_array(ctl, cvd_version, count);
679 ALOGE("%s: ERROR! mixer_ctl_get_array() failed to get CVD Version", __func__);
    [all...]
  /system/media/audio_route/
audio_route.c 603 mixer_ctl_get_array(ctl, ar->mixer_state[i].old_value.ptr, num_values);
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]

Completed in 807 milliseconds