Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_period_time (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm_old.h86 ___symbol_version(snd_pcm_hw_params_get_period_time, "ALSA_0.9");
93 int snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, int *dir);
H A Dpcm.h845 int snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c93 err = INTERNAL(snd_pcm_hw_params_get_period_time)(hw_params, period_time, NULL); in set_hw_params()
H A Dpcm.c5116 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_period_time)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_period_time() function
5118 int snd_pcm_hw_params_get_period_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) in snd_pcm_hw_params_get_period_time()
8067 __OLD_GET1(snd_pcm_hw_params_get_period_time, unsigned int, int);
8211 OBSOLETE1(snd_pcm_hw_params_get_period_time, ALSA_0.9, ALSA_0.9.0rc4);
H A Dpcm_local.h894 int INTERNAL(snd_pcm_hw_params_get_period_time)(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir);
H A Dpcm_params.c2424 INTERNAL(snd_pcm_hw_params_get_period_time)(params, &pcm->period_time, 0); in _snd_pcm_hw_params_internal()
/third_party/alsa-lib/test/
H A Dlatency.c277 snd_pcm_hw_params_get_period_time(p_params, &p_time, NULL); in setparams()
278 snd_pcm_hw_params_get_period_time(c_params, &c_time, NULL); in setparams()

Completed in 20 milliseconds