Home
last modified time | relevance | path

Searched refs:snd_timer_status (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/include/
H A Dtimer.h161 int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
238 #define snd_timer_status_alloca(ptr) __snd_alloca(ptr, snd_timer_status)
H A Dlocal.h135 #define _snd_timer_status snd_timer_status
/third_party/alsa-lib/test/
H A Dtimer.c14 if ((err = snd_timer_status(handle, status)) < 0) { in show_status()
/third_party/alsa-lib/src/timer/
H A Dtimer_hw.c32 #define SNDRV_TIMER_IOCTL_STATUS_OLD _IOW('T', 0x14, struct snd_timer_status)
H A Dtimer.c898 int snd_timer_status(snd_timer_t *timer, snd_timer_status_t * status) in snd_timer_status() function
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h957 struct snd_timer_status { struct
975 #define SNDRV_TIMER_IOCTL_STATUS _IOR('T', 0x14, struct snd_timer_status)

Completed in 9 milliseconds