Searched refs:snd_pcm_ioplug_t (Results 1 – 2 of 2) sorted by relevance
/third_party/alsa-lib/include/ |
D | pcm_ioplug.h | 54 typedef struct snd_pcm_ioplug snd_pcm_ioplug_t; typedef 59 typedef snd_pcm_ioplug snd_pcm_ioplug_t; typedef 131 int (*start)(snd_pcm_ioplug_t *io); 135 int (*stop)(snd_pcm_ioplug_t *io); 142 snd_pcm_sframes_t (*pointer)(snd_pcm_ioplug_t *io); 146 snd_pcm_sframes_t (*transfer)(snd_pcm_ioplug_t *io, 153 int (*close)(snd_pcm_ioplug_t *io); 157 int (*hw_params)(snd_pcm_ioplug_t *io, snd_pcm_hw_params_t *params); 161 int (*hw_free)(snd_pcm_ioplug_t *io); 165 int (*sw_params)(snd_pcm_ioplug_t *io, snd_pcm_sw_params_t *params); [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_ioplug.c | 43 snd_pcm_ioplug_t *data; 1074 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name, in snd_pcm_ioplug_create() 1126 int snd_pcm_ioplug_delete(snd_pcm_ioplug_t *ioplug) in snd_pcm_ioplug_delete() 1138 void snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *ioplug) in snd_pcm_ioplug_params_reset() 1155 int snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *ioplug, int type, unsigned int num_list, const … in snd_pcm_ioplug_set_param_list() 1179 int snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *ioplug, int type, unsigned int min, unsigned … in snd_pcm_ioplug_set_param_minmax() 1204 int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug) in snd_pcm_ioplug_reinit_status() 1224 const snd_pcm_channel_area_t *snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug) in snd_pcm_ioplug_mmap_areas() 1241 int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state) in snd_pcm_ioplug_set_state() 1255 snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug, in snd_pcm_ioplug_avail() [all …]
|