HomeSort by relevance Sort by last modified time
    Searched refs:mixer_open (Results 1 - 25 of 26) sorted by null

1 2

  /cts/suite/audio_quality/test/
MixerTest.cpp 39 struct mixer* mixerp = mixer_open(hwId);
  /hardware/qcom/audio/legacy/libalsa-intf/
amix.c 59 mixer = mixer_open(device);
alsa_audio.h 175 struct mixer *mixer_open(const char *device);
alsa_mixer.c 152 struct mixer *mixer_open(const char *device) function
  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 83 mixer = mixer_open(mALSACardID);
alsa_utils.cpp 107 if (NULL == (mixer = mixer_open(ALSADeviceID))) {
108 ALOGE("%s: mixer_open(%d) failed", __func__, ALSADeviceID);
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAControl.cpp 45 mHandle = mixer_open(device);
  /hardware/qcom/audio/hal/
acdb.c 48 mixer = mixer_open(snd_card_num);
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 276 struct mixer *mixer_open(unsigned int card);
  /external/tinyalsa/
tinymix.c 108 mixer = mixer_open(card);
mixer.c 93 struct mixer *mixer_open(unsigned int card) function
  /system/extras/tests/audio/alsa/
pcmtest.cpp 206 mixer = mixer_open(i);
  /hardware/qcom/audio/hal/audio_extn/
utils.c 545 mixer = mixer_open(snd_card_num);
usb.c 500 usb_card_info->usb_snd_mixer = mixer_open(usb_card_info->usb_card);
    [all...]
  /hardware/qcom/audio/post_proc/
effect_api.c 66 mixer = mixer_open(card);
bundle.c 209 out_ctxt->mixer = mixer_open(MIXER_CARD);
  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 106 stdev->mixer = mixer_open(DRAGON_MIXER_VAD);
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 341 mixer = mixer_open(MIXER_CARD);
344 mixer = mixer_open(MIXER_CARD);
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 421 mixer = mixer_open(card);
  /hardware/qcom/audio/hal/msm8960/
platform.c 274 adev->mixer = mixer_open(MIXER_CARD);
    [all...]
  /system/media/audio_route/
audio_route.c 865 ar->mixer = mixer_open(card);
  /device/generic/goldfish/audio/
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 331 mixer = mixer_open(card);
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]

Completed in 1337 milliseconds

1 2