Searched refs:snd_pcm_hw_params_get_buffer_time_max (Results 1 - 7 of 7) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 147 ___symbol_version(snd_pcm_hw_params_get_buffer_time_max, "ALSA_0.9"); 154 unsigned int snd_pcm_hw_params_get_buffer_time_max(const snd_pcm_hw_params_t *params, int *dir);
|
H A D | pcm.h | 885 int snd_pcm_hw_params_get_buffer_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-utils/bat/ |
H A D | alsa.c | 209 if (snd_pcm_hw_params_get_buffer_time_max(params, in set_snd_pcm_params()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound.c | 459 err = snd_pcm_hw_params_get_buffer_time_max( in configure_hw_params()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 5777 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_buffer_time_max)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_buffer_time_max() function 5779 int snd_pcm_hw_params_get_buffer_time_max(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_buffer_time_max() 8088 __OLD_GET1(snd_pcm_hw_params_get_buffer_time_max, unsigned int, unsigned int); 8234 OBSOLETE1(snd_pcm_hw_params_get_buffer_time_max, ALSA_0.9, ALSA_0.9.0rc4);
|
H A D | pcm_local.h | 934 int INTERNAL(snd_pcm_hw_params_get_buffer_time_max)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 1425 err = snd_pcm_hw_params_get_buffer_time_max(params,
|
Completed in 110 milliseconds