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

  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 97 err = mixer_ctl_get_array(ctl, &iec958, count);
  /hardware/qcom/audio/hal/
acdb.c 109 result = mixer_ctl_get_array(ctl, cvd_version, count);
111 ALOGE("%s: ERROR! mixer_ctl_get_array() failed to get CVD Version", __func__);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 308 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count);
  /external/tinyalsa/
tinymix.c 222 ret = mixer_ctl_get_array(ctl, buf, len + tlv_header_size);
224 fprintf(stderr, "Failed to mixer_ctl_get_array\n");
mixer.c 341 int mixer_ctl_get_array(struct mixer_ctl *ctl, void *array, size_t count) function
  /hardware/qcom/audio/hal/msm8916/
platform.c 702 ret = mixer_ctl_get_array(ctl, cvd_version, count);
704 ALOGE("%s: ERROR! mixer_ctl_get_array() failed to get CVD Version", __func__);
    [all...]
  /system/media/audio_route/
audio_route.c 608 mixer_ctl_get_array(ctl, ar->mixer_state[i].old_value.ptr, num_values);
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]

Completed in 182 milliseconds