Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h203 } snd_seq_timestamp_t; typedef
286 snd_seq_timestamp_t time; /**< time */
302 snd_seq_timestamp_t time; /**< schedule time */
314 snd_seq_timestamp_t time; /**< timestamp */
Dseq.h559 const snd_seq_timestamp_t *snd_seq_remove_events_get_time(const snd_seq_remove_events_t *info);
567 void snd_seq_remove_events_set_time(snd_seq_remove_events_t *info, const snd_seq_timestamp_t *time);
/third_party/alsa-lib/src/seq/
Dseq.c4365 const snd_seq_timestamp_t *snd_seq_remove_events_get_time(const snd_seq_remove_events_t *info) in snd_seq_remove_events_get_time()
4368 return (const snd_seq_timestamp_t *)&info->time; in snd_seq_remove_events_get_time()
4456 void snd_seq_remove_events_set_time(snd_seq_remove_events_t *info, const snd_seq_timestamp_t *time) in snd_seq_remove_events_set_time()