Searched refs:snd_pcm_hw_params_get_periods (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 61 @SYMBOL_PREFIX@snd_pcm_hw_params_get_periods;
|
/third_party/alsa-lib/include/ |
D | pcm_old.h | 129 int snd_pcm_hw_params_get_periods(const snd_pcm_hw_params_t *params, int *dir);
|
D | pcm.h | 850 int snd_pcm_hw_params_get_periods(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 5371 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_periods)(const snd_pcm_hw_params_t *params, unsign… in INTERNAL() argument 5373 int snd_pcm_hw_params_get_periods(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in INTERNAL() 7887 __OLD_GET1(snd_pcm_hw_params_get_periods, unsigned int, int); 8043 OBSOLETE1(snd_pcm_hw_params_get_periods, ALSA_0.9, ALSA_0.9.0rc4);
|
D | pcm_local.h | 911 int INTERNAL(snd_pcm_hw_params_get_periods)(const snd_pcm_hw_params_t *params, unsigned int *val, i…
|