Home
last modified time | relevance | path

Searched refs:__OLD_GET1 (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm.c7878 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) macro
7884 __OLD_GET1(snd_pcm_hw_params_get_rate, unsigned int, int);
7885 __OLD_GET1(snd_pcm_hw_params_get_period_time, unsigned int, int);
7886 __OLD_GET1(snd_pcm_hw_params_get_period_size, snd_pcm_uframes_t, snd_pcm_sframes_t);
7887 __OLD_GET1(snd_pcm_hw_params_get_periods, unsigned int, int);
7888 __OLD_GET1(snd_pcm_hw_params_get_buffer_time, unsigned int, int);
7890 __OLD_GET1(snd_pcm_hw_params_get_tick_time, unsigned int, int);
7893 __OLD_GET1(snd_pcm_hw_params_get_rate_min, unsigned int, unsigned int);
7894 __OLD_GET1(snd_pcm_hw_params_get_period_time_min, unsigned int, unsigned int);
7895 __OLD_GET1(snd_pcm_hw_params_get_period_size_min, snd_pcm_uframes_t, snd_pcm_uframes_t);
[all …]