• Home
  • Raw
  • Download

Lines Matching refs:__OLD_GET1

7878 #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);
7896 __OLD_GET1(snd_pcm_hw_params_get_periods_min, unsigned int, unsigned int);
7897 __OLD_GET1(snd_pcm_hw_params_get_buffer_time_min, unsigned int, unsigned int);
7899 __OLD_GET1(snd_pcm_hw_params_get_tick_time_min, unsigned int, unsigned int);
7902 __OLD_GET1(snd_pcm_hw_params_get_rate_max, unsigned int, unsigned int);
7903 __OLD_GET1(snd_pcm_hw_params_get_period_time_max, unsigned int, unsigned int);
7904 __OLD_GET1(snd_pcm_hw_params_get_period_size_max, snd_pcm_uframes_t, snd_pcm_uframes_t);
7905 __OLD_GET1(snd_pcm_hw_params_get_periods_max, unsigned int, unsigned int);
7906 __OLD_GET1(snd_pcm_hw_params_get_buffer_time_max, unsigned int, unsigned int);
7908 __OLD_GET1(snd_pcm_hw_params_get_tick_time_max, unsigned int, unsigned int);