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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
timer.h 160 int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
218 #define snd_timer_params_alloca(ptr) __snd_alloca(ptr, snd_timer_params)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
timer.h 160 int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
218 #define snd_timer_params_alloca(ptr) __snd_alloca(ptr, snd_timer_params)
  /bionic/libc/kernel/uapi/sound/
asound.h 694 struct snd_timer_params { struct
724 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 701 struct snd_timer_params { struct
727 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 690 struct snd_timer_params { struct
720 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 693 struct snd_timer_params { struct
719 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 690 struct snd_timer_params { struct
720 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 693 struct snd_timer_params { struct
719 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 616 struct snd_timer_params { struct
642 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 623 struct snd_timer_params { struct
649 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 671 struct snd_timer_params timer_param;
699 memset(&timer_param, 0, sizeof(struct snd_timer_params));

Completed in 57 milliseconds