Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_SUBS_TIMESTAMP (Results 1 - 2 of 2) sorted by relevance

/third_party/alsa-lib/src/seq/
H A Dseq.c2816 return (info->flags & SNDRV_SEQ_PORT_SUBS_TIMESTAMP) ? 1 : 0; in snd_seq_port_subscribe_get_time_update()
2898 info->flags |= SNDRV_SEQ_PORT_SUBS_TIMESTAMP; in snd_seq_port_subscribe_set_time_update()
2900 info->flags &= ~SNDRV_SEQ_PORT_SUBS_TIMESTAMP; in snd_seq_port_subscribe_set_time_update()
3141 return (info->flags & SNDRV_SEQ_PORT_SUBS_TIMESTAMP) ? 1 : 0; in snd_seq_query_subscribe_get_time_update()
3154 return (info->flags & SNDRV_SEQ_PORT_SUBS_TIMESTAMP) ? 1 : 0; in snd_seq_query_subscribe_get_time_real()
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h580 #define SNDRV_SEQ_PORT_SUBS_TIMESTAMP (1<<1) macro

Completed in 8 milliseconds