OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_pcm_hw_params_get_buffer_size_min
(Results
1 - 7
of
7
) sorted by null
/external/qemu/android/config/
check-alsa.c
43
DYN_FUNCTION(int,
snd_pcm_hw_params_get_buffer_size_min
,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
/device/samsung/crespo/alsa-lib/include/
pcm_old.h
162
asm(".symver
snd_pcm_hw_params_get_buffer_size_min
,
snd_pcm_hw_params_get_buffer_size_min
@ALSA_0.9");
169
snd_pcm_uframes_t
snd_pcm_hw_params_get_buffer_size_min
(const snd_pcm_hw_params_t *params);
pcm.h
683
int
snd_pcm_hw_params_get_buffer_size_min
(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val);
[
all
...]
/device/samsung/crespo/alsa-utils/speaker-test/
speaker-test.c
380
err =
snd_pcm_hw_params_get_buffer_size_min
(params, &buffer_size_min);
/external/qemu/audio/
alsaaudio.c
74
DYNLINK_FUNC(int,
snd_pcm_hw_params_get_buffer_size_min
,(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)) \
/device/samsung/crespo/alsa-lib/src/pcm/
pcm.c
5043
int INTERNAL(
snd_pcm_hw_params_get_buffer_size_min
)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *val)
function
[
all
...]
pcm_local.h
[
all
...]
Completed in 18 milliseconds