Home
last modified time | relevance | path

Searched refs:snd_seq_client_pool_t (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
H A Dseq.h195 typedef struct _snd_seq_client_pool snd_seq_client_pool_t; typedef
198 /** allocate a #snd_seq_client_pool_t container on stack */
201 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr);
202 void snd_seq_client_pool_free(snd_seq_client_pool_t *ptr);
203 void snd_seq_client_pool_copy(snd_seq_client_pool_t *dst, const snd_seq_client_pool_t *src);
205 int snd_seq_client_pool_get_client(const snd_seq_client_pool_t *info);
206 size_t snd_seq_client_pool_get_output_pool(const snd_seq_client_pool_t *info);
207 size_t snd_seq_client_pool_get_input_pool(const snd_seq_client_pool_t *info);
208 size_t snd_seq_client_pool_get_output_room(const snd_seq_client_pool_t *inf
[all...]
/third_party/alsa-lib/src/seq/
H A Dseqmid.c304 snd_seq_client_pool_t info; in snd_seq_set_client_pool_output()
323 snd_seq_client_pool_t info; in snd_seq_set_client_pool_output_room()
342 snd_seq_client_pool_t info; in snd_seq_set_client_pool_input()
387 snd_seq_client_pool_t info; in snd_seq_sync_output_queue()
H A Dseq.c117 For chancing the pool size and the condition, access to #snd_seq_client_pool_t
5017 * \brief get size of #snd_seq_client_pool_t
5022 return sizeof(snd_seq_client_pool_t); in snd_seq_client_pool_sizeof()
5026 * \brief allocate an empty #snd_seq_client_pool_t using standard malloc
5030 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr) in snd_seq_client_pool_malloc()
5033 *ptr = calloc(1, sizeof(snd_seq_client_pool_t)); in snd_seq_client_pool_malloc()
5040 * \brief frees a previously allocated #snd_seq_client_pool_t
5043 void snd_seq_client_pool_free(snd_seq_client_pool_t *obj) in snd_seq_client_pool_free()
5049 * \brief copy one #snd_seq_client_pool_t to another
5053 void snd_seq_client_pool_copy(snd_seq_client_pool_t *ds
[all...]
H A Dseq_local.h69 int (*get_client_pool)(snd_seq_t *seq, snd_seq_client_pool_t *info);
70 int (*set_client_pool)(snd_seq_t *seq, snd_seq_client_pool_t *info);
H A Dseq_hw.c409 static int snd_seq_hw_get_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info) in snd_seq_hw_get_client_pool()
419 static int snd_seq_hw_set_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info) in snd_seq_hw_set_client_pool()

Completed in 9 milliseconds