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

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 38 struct snd_pcm_sw_params *sw_p;
151 int param_set_sw_params(struct pcm *pcm, struct snd_pcm_sw_params *sparams);
aplay.c 86 struct snd_pcm_sw_params *sparams;
133 sparams = (struct snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
arec.c 90 struct snd_pcm_sw_params *sparams;
137 sparams = (struct snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
alsa_pcm.c 347 int param_set_sw_params(struct pcm *pcm, struct snd_pcm_sw_params *sparams)
762 struct snd_pcm_sw_params sparams;
  /bionic/libc/kernel/uapi/sound/
asound.h 366 struct snd_pcm_sw_params { struct
526 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 386 struct snd_pcm_sw_params { struct
530 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 366 struct snd_pcm_sw_params { struct
522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 381 struct snd_pcm_sw_params { struct
522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 366 struct snd_pcm_sw_params { struct
522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 381 struct snd_pcm_sw_params { struct
522 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 356 struct snd_pcm_sw_params { struct
445 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 363 struct snd_pcm_sw_params { struct
452 #define SNDRV_PCM_IOCTL_SW_PARAMS _IOWR('A', 0x13, struct snd_pcm_sw_params)
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 330 struct snd_pcm_sw_params* params;
332 params = (snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
    [all...]
alsa_default.cpp 346 struct snd_pcm_sw_params* params;
352 params = (snd_pcm_sw_params*) calloc(1, sizeof(struct snd_pcm_sw_params));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h 430 int snd_pcm_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
710 #define snd_pcm_sw_params_alloca(ptr) __snd_alloca(ptr, snd_pcm_sw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 448 int snd_pcm_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *params);
    [all...]
  /external/tinyalsa/
pcm.c 845 struct snd_pcm_sw_params sparams;
    [all...]

Completed in 141 milliseconds