Searched refs:ioplug (Results 1 - 2 of 2) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ioplug.c | 1061 * \brief Create an ioplug instance 1062 * \param ioplug the ioplug handle 1068 * Creates the ioplug instance. 1070 * The callback is the mandatory field of ioplug handle. At least, start, stop and 1074 int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name, in snd_pcm_ioplug_create() argument 1081 assert(ioplug && ioplug->callback); in snd_pcm_ioplug_create() 1082 assert(ioplug->callback->start && in snd_pcm_ioplug_create() 1083 ioplug in snd_pcm_ioplug_create() 1126 snd_pcm_ioplug_delete(snd_pcm_ioplug_t *ioplug) snd_pcm_ioplug_delete() argument 1138 snd_pcm_ioplug_params_reset(snd_pcm_ioplug_t *ioplug) snd_pcm_ioplug_params_reset() argument 1155 snd_pcm_ioplug_set_param_list(snd_pcm_ioplug_t *ioplug, int type, unsigned int num_list, const unsigned int *list) snd_pcm_ioplug_set_param_list() argument 1179 snd_pcm_ioplug_set_param_minmax(snd_pcm_ioplug_t *ioplug, int type, unsigned int min, unsigned int max) snd_pcm_ioplug_set_param_minmax() argument 1204 snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug) snd_pcm_ioplug_reinit_status() argument 1224 snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug) snd_pcm_ioplug_mmap_areas() argument 1241 snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state) snd_pcm_ioplug_set_state() argument 1255 snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) snd_pcm_ioplug_avail() argument 1270 snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug, const snd_pcm_uframes_t hw_ptr, const snd_pcm_uframes_t appl_ptr) snd_pcm_ioplug_hw_avail() argument [all...] |
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 41 /** hw constraints for ioplug */ 55 /** Callback table of ioplug */ 84 /** Handle of ioplug */ 126 /** Callback table of ioplug */ 222 int snd_pcm_ioplug_reinit_status(snd_pcm_ioplug_t *ioplug); 225 const snd_pcm_channel_area_t *snd_pcm_ioplug_mmap_areas(snd_pcm_ioplug_t *ioplug); 235 int snd_pcm_ioplug_set_state(snd_pcm_ioplug_t *ioplug, snd_pcm_state_t state); 238 snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug, 241 snd_pcm_uframes_t snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug,
|
Completed in 3 milliseconds