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

  /external/strace/
ioctl_redefs1.h 1265 #ifdef SNDRV_PCM_IOCTL_SYNC_PTR
1266 # undef SNDRV_PCM_IOCTL_SYNC_PTR
1267 # define SNDRV_PCM_IOCTL_SYNC_PTR 0xc0844123
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 454 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
  /external/kernel-headers/original/uapi/sound/
asound.h 571 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 529 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 527 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 534 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 536 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8998/kernel-headers/sound/
asound.h 560 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/sound/
asound.h 566 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/sound/
asound.h 534 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
asound.h 536 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 527 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 526 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 527 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 526 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 449 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 456 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 420 err = ioctl(pcm->fd, SNDRV_PCM_IOCTL_SYNC_PTR, pcm->sync_ptr);
423 ALOGE("SNDRV_PCM_IOCTL_SYNC_PTR failed %d \n", err);
  /external/tinyalsa/
pcm.c 339 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_SYNC_PTR, pcm->sync_ptr) < 0)
    [all...]

Completed in 182 milliseconds