/external/qemu/android/config/ |
check-alsa.c | 38 DYN_FUNCTION(int,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
|
/device/samsung/crespo/alsa-lib/test/ |
latency.c | 228 snd_pcm_hw_params_get_buffer_size(p_params, &p_size); 231 snd_pcm_hw_params_get_buffer_size(c_params, &c_size);
|
pcm.c | 134 err = snd_pcm_hw_params_get_buffer_size(params, &size);
|
/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 161 asm(".symver snd_pcm_hw_params_get_buffer_size,snd_pcm_hw_params_get_buffer_size@ALSA_0.9"); 168 snd_pcm_sframes_t snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params);
|
pcm.h | 682 int snd_pcm_hw_params_get_buffer_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val); [all...] |
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_ioplug.c | 405 INTERNAL(snd_pcm_hw_params_get_buffer_size)(params, &io->data->buffer_size); 415 INTERNAL(snd_pcm_hw_params_get_buffer_size)(params, &io->data->buffer_size);
|
pcm.c | 5024 int INTERNAL(snd_pcm_hw_params_get_buffer_size)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val) function [all...] |
pcm_local.h | [all...] |
pcm_rate.c | 260 err = INTERNAL(snd_pcm_hw_params_get_buffer_size)(params, &cinfo->buffer_size); [all...] |
pcm_params.c | [all...] |
/external/qemu/audio/ |
alsaaudio.c | 69 DYNLINK_FUNC(int,snd_pcm_hw_params_get_buffer_size,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \ 492 err = FF(snd_pcm_hw_params_get_buffer_size) (hw_params, &obt_buffer_size);
|
/device/samsung/crespo/alsa-utils/speaker-test/ |
speaker-test.c | 433 snd_pcm_hw_params_get_buffer_size(params, &buffer_size);
|
/device/samsung/crespo/alsa-utils/aplay/ |
aplay.c | 1027 snd_pcm_hw_params_get_buffer_size(params, &buffer_size); [all...] |