Searched refs:__OLD_SET_FL1 (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 7957 #define __OLD_SET_FL1(name, ret_type) __P_OLD_SET_FL1(__old_, name, ret_type) macro 7963 __OLD_SET_FL1(snd_pcm_hw_params_set_rate_first, unsigned int); 7964 __OLD_SET_FL1(snd_pcm_hw_params_set_period_time_first, unsigned int); 7965 __OLD_SET_FL1(snd_pcm_hw_params_set_period_size_first, snd_pcm_uframes_t); 7966 __OLD_SET_FL1(snd_pcm_hw_params_set_periods_first, unsigned int); 7967 __OLD_SET_FL1(snd_pcm_hw_params_set_buffer_time_first, unsigned int); 7969 __OLD_SET_FL1(snd_pcm_hw_params_set_tick_time_first, unsigned int); 7975 __OLD_SET_FL1(snd_pcm_hw_params_set_rate_last, unsigned int); 7976 __OLD_SET_FL1(snd_pcm_hw_params_set_period_time_last, unsigned int); 7977 __OLD_SET_FL1(snd_pcm_hw_params_set_period_size_last, snd_pcm_uframes_t); [all …]
|