Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_timer.c103 SWITCH_DECLARE(switch_status_t) switch_core_timer_check(switch_timer_t *timer, switch_bool_t step) in switch_core_timer_check() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_alsa/
H A Dmod_alsa.c634 switch_core_timer_check(&globals.timer, SWITCH_TRUE); in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h1614 SWITCH_DECLARE(switch_status_t) switch_core_timer_check(switch_timer_t *timer, switch_bool_t step);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9082 public static switch_status_t switch_core_timer_check(switch_timer timer, switch_bool_t step) { in switch_core_timer_check() method in FreeSWITCH.Native.freeswitch
9083 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_timer_check(switch_timer.getC… in switch_core_timer_check()
18933 …public static extern int switch_core_timer_check(global::System.Runtime.InteropServices.HandleRef … in switch_core_timer_check() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx15037 result = (switch_status_t)switch_core_timer_check(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_timer_check___()