OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snd_timer_params_get_ticks
(Results
1 - 3
of
3
) sorted by null
/device/samsung/crespo/alsa-lib/test/
timer.c
158
if (
snd_timer_params_get_ticks
(params) < 1)
160
printf("Using %li tick(s)\n",
snd_timer_params_get_ticks
(params));
/device/samsung/crespo/alsa-lib/include/
timer.h
228
long
snd_timer_params_get_ticks
(snd_timer_params_t * params);
/device/samsung/crespo/alsa-lib/src/timer/
timer.c
707
long
snd_timer_params_get_ticks
(snd_timer_params_t * params)
function
Completed in 81 milliseconds