Home
last modified time | relevance | path

Searched refs:snd_pcm_sframes_t (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h143 typedef signed long snd_pcm_sframes_t; typedef
408 snd_pcm_sframes_t delay; /* current delay in frames */
449 snd_pcm_sframes_t result;
455 snd_pcm_sframes_t result;
524 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h110 typedef signed long snd_pcm_sframes_t; typedef
397 snd_pcm_sframes_t delay;
442 snd_pcm_sframes_t result;
449 snd_pcm_sframes_t result;
525 #define SNDRV_PCM_IOCTL_DELAY _IOR('A', 0x21, snd_pcm_sframes_t)
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp117 snd_pcm_sframes_t n = 0; in write()