Searched refs:snd_pcm_hw_params_set_buffer_time_first (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 149 ___symbol_version(snd_pcm_hw_params_set_buffer_time_first, "ALSA_0.9"); 161 unsigned int snd_pcm_hw_params_set_buffer_time_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int *dir);
|
H A D | pcm.h | 892 int snd_pcm_hw_params_set_buffer_time_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 5892 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_set_buffer_time_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_buffer_time_first() function 5894 int snd_pcm_hw_params_set_buffer_time_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_set_buffer_time_first() 8149 __OLD_SET_FL1(snd_pcm_hw_params_set_buffer_time_first, unsigned int); 8236 OBSOLETE1(snd_pcm_hw_params_set_buffer_time_first, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 941 int INTERNAL(snd_pcm_hw_params_set_buffer_time_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
Completed in 17 milliseconds