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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 174 typedef struct _snd_seq_client_pool snd_seq_client_pool_t; typedef in typeref:struct:_snd_seq_client_pool
177 /** allocate a #snd_seq_client_pool_t container on stack */
180 int snd_seq_client_pool_malloc(snd_seq_client_pool_t **ptr);
181 void snd_seq_client_pool_free(snd_seq_client_pool_t *ptr);
182 void snd_seq_client_pool_copy(snd_seq_client_pool_t *dst, const snd_seq_client_pool_t *src);
184 int snd_seq_client_pool_get_client(const snd_seq_client_pool_t *info);
185 size_t snd_seq_client_pool_get_output_pool(const snd_seq_client_pool_t *info);
186 size_t snd_seq_client_pool_get_input_pool(const snd_seq_client_pool_t *info);
187 size_t snd_seq_client_pool_get_output_room(const snd_seq_client_pool_t *info)
    [all...]