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

  /external/tinyalsa/
tinypcminfo.c 138 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
tinyplay.c 194 params = pcm_params_get(card, device, PCM_OUT);
pcm.c 558 struct pcm_params *pcm_params_get(unsigned int card, unsigned int device, function
    [all...]
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 157 struct pcm_params *pcm_params_get(unsigned int card, unsigned int device,
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 315 pcm_params_get(profile->card, profile->device, profile->direction);
365 struct pcm_params * alsa_hw_params = pcm_params_get(profile->card,
  /system/extras/tests/audio/alsa/
pcmtest.cpp 136 params = pcm_params_get(pcmnodes[i].card, pcmnodes[i].device,
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 149 milliseconds