/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_simple.c | 93 err = INTERNAL(snd_pcm_hw_params_get_period_time)(hw_params, period_time, NULL);
|
pcm.c | 4213 int INTERNAL(snd_pcm_hw_params_get_period_time)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) function [all...] |
pcm_local.h | 752 int INTERNAL(snd_pcm_hw_params_get_period_time)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir); [all...] |
pcm_params.c | [all...] |
/device/samsung/crespo/alsa-lib/test/ |
latency.c | 223 snd_pcm_hw_params_get_period_time(p_params, &p_time, NULL); 224 snd_pcm_hw_params_get_period_time(c_params, &c_time, NULL);
|
/device/samsung/crespo/alsa-lib/include/ |
pcm_old.h | 83 asm(".symver snd_pcm_hw_params_get_period_time,snd_pcm_hw_params_get_period_time@ALSA_0.9"); 90 int snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, int *dir);
|
pcm.h | 632 int snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir); [all...] |