Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dpcm_old.h126 ___symbol_version(snd_pcm_hw_params_get_periods_min, "ALSA_0.9");
133 unsigned int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, int *dir);
H A Dpcm.h871 int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
/third_party/alsa-lib/test/
H A Dlatency.c285 snd_pcm_hw_params_get_periods_min(p_params, &val, NULL); in setparams()
294 snd_pcm_hw_params_get_periods_min(c_params, &val, NULL); in setparams()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c5559 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_periods_min)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_periods_min() function
5561 int snd_pcm_hw_params_get_periods_min(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_periods_min()
8078 __OLD_GET1(snd_pcm_hw_params_get_periods_min, unsigned int, unsigned int);
8226 OBSOLETE1(snd_pcm_hw_params_get_periods_min, ALSA_0.9, ALSA_0.9.0rc4);
H A Dpcm_local.h920 int INTERNAL(snd_pcm_hw_params_get_periods_min)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);

Completed in 18 milliseconds