Searched refs:__OLD_GET1 (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 8060 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) macro 8066 __OLD_GET1(snd_pcm_hw_params_get_rate, unsigned int, int); 8067 __OLD_GET1(snd_pcm_hw_params_get_period_time, unsigned int, int); 8068 __OLD_GET1(snd_pcm_hw_params_get_period_size, snd_pcm_uframes_t, snd_pcm_sframes_t); 8069 __OLD_GET1(snd_pcm_hw_params_get_periods, unsigned int, int); 8070 __OLD_GET1(snd_pcm_hw_params_get_buffer_time, unsigned int, int); 8072 __OLD_GET1(snd_pcm_hw_params_get_tick_time, unsigned int, int); 8075 __OLD_GET1(snd_pcm_hw_params_get_rate_min, unsigned int, unsigned int); 8076 __OLD_GET1(snd_pcm_hw_params_get_period_time_min, unsigned int, unsigned int); 8077 __OLD_GET1(snd_pcm_hw_params_get_period_size_mi [all...] |
Completed in 11 milliseconds