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/
H A Dseq_event.h203 } snd_seq_timestamp_t; typedef
287 snd_seq_timestamp_t time; /**< time */
303 snd_seq_timestamp_t time; /**< timestamp */
316 snd_seq_timestamp_t time; /**< schedule time */
330 snd_seq_timestamp_t time; /**< schedule time */
H A Dseq.h596 const snd_seq_timestamp_t *snd_seq_remove_events_get_time(const snd_seq_remove_events_t *info);
604 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/
H A Dseq.c4733 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()
4736 return (const snd_seq_timestamp_t *)&info->time; in snd_seq_remove_events_get_time()
4824 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()

Completed in 8 milliseconds