/external/qemu/android/config/ |
check-alsa.c | 36 DYN_FUNCTION(int,snd_pcm_hw_params_set_buffer_time_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir)) \
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_simple.c | 82 err = INTERNAL(snd_pcm_hw_params_set_buffer_time_near)(pcm, hw_params, buffer_time, NULL);
|
pcm.c | 4970 int INTERNAL(snd_pcm_hw_params_set_buffer_time_near)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function [all...] |
pcm_direct.c | 923 ret = INTERNAL(snd_pcm_hw_params_set_buffer_time_near)(spcm, hw_params, (unsigned int *)¶ms->buffer_time, 0); [all...] |
pcm_local.h | [all...] |
/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 145 asm(".symver snd_pcm_hw_params_set_buffer_time_near,snd_pcm_hw_params_set_buffer_time_near@ALSA_0.9"); 157 unsigned int snd_pcm_hw_params_set_buffer_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir);
|
pcm.h | 678 int snd_pcm_hw_params_set_buffer_time_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); [all...] |
/external/qemu/audio/ |
alsaaudio.c | 67 DYNLINK_FUNC(int,snd_pcm_hw_params_set_buffer_time_near,(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir)) \ 418 err = FF(snd_pcm_hw_params_set_buffer_time_near) (
|
/device/samsung/crespo/alsa-lib/test/ |
pcm.c | 129 err = snd_pcm_hw_params_set_buffer_time_near(handle, params, &buffer_time, &dir);
|
/device/samsung/crespo/alsa-utils/speaker-test/ |
speaker-test.c | 397 err = snd_pcm_hw_params_set_buffer_time_near(handle, params, &buffer_time, NULL);
|
/device/samsung/crespo/alsa-utils/aplay/ |
aplay.c | 1013 err = snd_pcm_hw_params_set_buffer_time_near(handle, params, [all...] |