Home
last modified time | relevance | path

Searched refs:switch_timer_t (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/timers/mod_posix_timer/test/
H A Dswitch.h80 } switch_timer_t; typedef
88 switch_status_t (*timer_init) (switch_timer_t *);
90 switch_status_t (*timer_next) (switch_timer_t *);
92 switch_status_t (*timer_step) (switch_timer_t *);
94 switch_status_t (*timer_sync) (switch_timer_t *);
96 switch_status_t (*timer_check) (switch_timer_t *, switch_bool_t);
98 switch_status_t (*timer_destroy) (switch_timer_t *);
H A Dmain.c149 switch_timer_t *timers[3000] = { 0 }; in test_create_destroy()
171 timers[j] = malloc(sizeof(switch_timer_t)); in test_create_destroy()
172 memset(timers[j], 0, sizeof(switch_timer_t)); in test_create_destroy()
233 switch_timer_t timer = { 0 }; in session_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_timer.c38 SWITCH_DECLARE(switch_status_t) switch_core_timer_init(switch_timer_t *timer, const char *timer_nam… in switch_core_timer_init()
67 SWITCH_DECLARE(switch_status_t) switch_core_timer_next(switch_timer_t *timer) in switch_core_timer_next()
82 SWITCH_DECLARE(switch_status_t) switch_core_timer_step(switch_timer_t *timer) in switch_core_timer_step()
93 SWITCH_DECLARE(switch_status_t) switch_core_timer_sync(switch_timer_t *timer) in switch_core_timer_sync()
103 SWITCH_DECLARE(switch_status_t) switch_core_timer_check(switch_timer_t *timer, switch_bool_t step) in switch_core_timer_check()
114 SWITCH_DECLARE(switch_status_t) switch_core_timer_destroy(switch_timer_t *timer) in switch_core_timer_destroy()
H A Dswitch_time.c381 static switch_status_t timer_generic_sync(switch_timer_t *timer) in timer_generic_sync()
451 static switch_status_t _timerfd_init(switch_timer_t *timer) in _timerfd_init()
469 static switch_status_t _timerfd_step(switch_timer_t *timer) in _timerfd_step()
477 static switch_status_t _timerfd_next(switch_timer_t *timer) in _timerfd_next()
523 static switch_status_t _timerfd_destroy(switch_timer_t *timer) in _timerfd_destroy()
698 static switch_status_t timer_init(switch_timer_t *timer) in timer_init()
774 static switch_status_t timer_step(switch_timer_t *timer) in timer_step()
809 static switch_status_t timer_sync(switch_timer_t *timer) in timer_sync()
839 static switch_status_t timer_next(switch_timer_t *timer) in timer_next()
902 static switch_status_t timer_check(switch_timer_t *timer, switch_bool_t step) in timer_check()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/timers/mod_timerfd/
H A Dmod_timerfd.c108 static switch_status_t timerfd_init(switch_timer_t *timer) in timerfd_init()
125 static switch_status_t timerfd_step(switch_timer_t *timer) in timerfd_step()
133 static switch_status_t timerfd_next(switch_timer_t *timer) in timerfd_next()
149 static switch_status_t timerfd_sync(switch_timer_t *timer) in timerfd_sync()
158 static switch_status_t timerfd_check(switch_timer_t *timer, switch_bool_t step) in timerfd_check()
176 static switch_status_t timerfd_destroy(switch_timer_t *timer) in timerfd_destroy()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/timers/mod_posix_timer/
H A Dmod_posix_timer.c247 static switch_status_t mod_posix_timer_init(switch_timer_t *timer) in mod_posix_timer_init()
279 static switch_status_t mod_posix_timer_step(switch_timer_t *timer) in mod_posix_timer_step()
292 static switch_status_t mod_posix_timer_next(switch_timer_t *timer) in mod_posix_timer_next()
315 static switch_status_t mod_posix_timer_sync(switch_timer_t *timer) in mod_posix_timer_sync()
329 static switch_status_t mod_posix_timer_check(switch_timer_t *timer, switch_bool_t step) in mod_posix_timer_check()
352 static switch_status_t mod_posix_timer_destroy(switch_timer_t *timer) in mod_posix_timer_destroy()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dpablio.h94 long WriteAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, int chan, switch_timer_t
100 long ReadAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, int chan, switch_timer_t
H A Dpablio.c162 long WriteAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, int chan, switch_timer_t in WriteAudioStream()
184 long ReadAudioStream(PABLIO_Stream * aStream, void *data, long numFrames, int chan, switch_timer_t in ReadAudioStream()
H A Dmod_portaudio.c91 switch_timer_t write_timer;
142 switch_timer_t read_timer;
143 switch_timer_t write_timer;
214 switch_timer_t read_timer;
215 switch_timer_t readfile_timer;
216 switch_timer_t hold_timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/include/
H A Dfsteletone.hpp53 switch_timer_t *_timer;
54 switch_timer_t _timer_base;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_module_interfaces.h247 switch_status_t (*timer_init) (switch_timer_t *);
249 switch_status_t (*timer_next) (switch_timer_t *);
251 switch_status_t (*timer_step) (switch_timer_t *);
253 switch_status_t (*timer_sync) (switch_timer_t *);
255 switch_status_t (*timer_check) (switch_timer_t *, switch_bool_t);
257 switch_status_t (*timer_destroy) (switch_timer_t *);
H A Dswitch_core.h1587 SWITCH_DECLARE(switch_status_t) switch_core_timer_init(switch_timer_t *timer, const char *timer_nam…
1597 SWITCH_DECLARE(switch_status_t) switch_core_timer_next(switch_timer_t *timer);
1604 SWITCH_DECLARE(switch_status_t) switch_core_timer_step(switch_timer_t *timer);
1606 SWITCH_DECLARE(switch_status_t) switch_core_timer_sync(switch_timer_t *timer);
1614 SWITCH_DECLARE(switch_status_t) switch_core_timer_check(switch_timer_t *timer, switch_bool_t step);
1621 SWITCH_DECLARE(switch_status_t) switch_core_timer_destroy(switch_timer_t *timer);
H A Dswitch_rtp.h337 SWITCH_DECLARE(switch_timer_t *) switch_rtp_get_media_timer(switch_rtp_t *rtp_session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dskypopen.h335 switch_timer_t timer_read;
336 switch_timer_t timer_read_srv;
337 switch_timer_t timer_write;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_opal/
H A Dmod_opal.h177 switch_timer_t *m_switchTimer;
303 switch_timer_t m_read_timer;
307 switch_timer_t m_vid_read_timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_test.h261 switch_timer_t fst_timer = { 0 }; \
289 switch_timer_t fst_timer = { 0 }; \
326 switch_timer_t fst_timer = { 0 }; \
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dgsmopen.h485 switch_timer_t timer_read;
486 switch_timer_t timer_write;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dgsmopen.h435 switch_timer_t timer_read;
436 switch_timer_t timer_write;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp66 switch_timer_t * timer;
384 switch_timer_t timer = { 0 }; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_h323/
H A Dmod_h323.h179 switch_timer_t read_timer;
184 switch_timer_t vid_read_timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4v2/
H A Dmod_mp4v2.c53 switch_timer_t timer;
189 switch_timer_t timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_bert/
H A Dmod_bert.c61 switch_timer_t timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_webm/
H A Dmod_webm.cpp68 switch_timer_t timer;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_record.c162 switch_timer_t timer = { 0 }; in conference_record_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.h550 switch_timer_t timer;

12