HomeSort by relevance Sort by last modified time
    Searched full:snd_seq_client_pool_t (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq.h 170 typedef struct _snd_seq_client_pool snd_seq_client_pool_t; typedef in typeref:struct:_snd_seq_client_pool
173 /** allocate a #snd_seq_client_pool_t container on stack */
176 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr);
177 void snd_seq_client_pool_free(snd_seq_client_pool_t *ptr);
178 void snd_seq_client_pool_copy(snd_seq_client_pool_t *dst, const snd_seq_client_pool_t *src);
180 int snd_seq_client_pool_get_client(const snd_seq_client_pool_t *info);
181 size_t snd_seq_client_pool_get_output_pool(const snd_seq_client_pool_t *info);
182 size_t snd_seq_client_pool_get_input_pool(const snd_seq_client_pool_t *info);
183 size_t snd_seq_client_pool_get_output_room(const snd_seq_client_pool_t *info)
    [all...]

Completed in 90 milliseconds