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

  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 217 ret = ioctl(alsaFD, SNDRV_PCM_IOCTL_HW_REFINE, &params);
  /bionic/libc/kernel/uapi/sound/
asound.h 522 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 527 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 519 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 442 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 449 #define SNDRV_PCM_IOCTL_HW_REFINE _IOWR('A', 0x10, struct snd_pcm_hw_params)
    [all...]
  /external/tinyalsa/
pcm.c 579 if (ioctl(fd, SNDRV_PCM_IOCTL_HW_REFINE, params)) {
580 fprintf(stderr, "SNDRV_PCM_IOCTL_HW_REFINE error (%d)\n", errno);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 331 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_HW_REFINE, params)) {
332 ALOGE("SNDRV_PCM_IOCTL_HW_REFINE failed");

Completed in 104 milliseconds