Home
last modified time | relevance | path

Searched refs:on_timeout (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libuv/docs/code/uvwget/
Dmain.c97 void on_timeout(uv_timer_t *req) { in on_timeout() function
106 uv_timer_start(&timeout, on_timeout, timeout_ms, 0); in start_timeout()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c421 bool canstream, sendstream, on_timeout; in thread_func() local
434 on_timeout = pa_rtpoll_timer_elapsed(u->rtpoll); in thread_func()
450 if (pollfd && u->oob && !on_timeout) { in thread_func()
497 if (u->oob && u->autoreconnect && on_timeout) { in thread_func()
596 if ((u->autonull && !canstream) || (u->oob && canstream && on_timeout)) { in thread_func()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c507 static size_t check_left_to_record(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_record() argument
549 if (on_timeout) in check_left_to_record()
560 static int mmap_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in mmap_read() argument
594 left_to_record = check_left_to_record(u, n_bytes, on_timeout); in mmap_read()
595 on_timeout = false; in mmap_read()
735 static int unix_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in unix_read() argument
764 left_to_record = check_left_to_record(u, n_bytes, on_timeout); in unix_read()
765 on_timeout = false; in unix_read()
1647 bool on_timeout = pa_rtpoll_timer_elapsed(u->rtpoll); in thread_func() local
1659 work_done = mmap_read(u, &sleep_usec, revents & POLLIN, on_timeout); in thread_func()
[all …]
Dalsa-sink.c535 static size_t check_left_to_play(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_play() argument
581 if (on_timeout) in check_left_to_play()
593 static int mmap_write(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in mmap_write() argument
628 left_to_play = check_left_to_play(u, n_bytes, on_timeout); in mmap_write()
629 on_timeout = false; in mmap_write()
790 static int unix_write(struct userdata *u, pa_usec_t *sleep_usec, bool polled, bool on_timeout) { in unix_write() argument
822 left_to_play = check_left_to_play(u, n_bytes, on_timeout); in unix_write()
823 on_timeout = false; in unix_write()
1918 bool on_timeout = pa_rtpoll_timer_elapsed(u->rtpoll); in thread_func() local
1921 work_done = mmap_write(u, &sleep_usec, revents & POLLOUT, on_timeout); in thread_func()
[all …]
/third_party/nghttp2/src/
Dshrpx_downstream_connection.h59 virtual int on_timeout() { return 0; } in on_timeout() function
Dshrpx_dns_resolver.h89 int on_timeout();
Dshrpx_http2_downstream_connection.h59 virtual int on_timeout();
Dshrpx_dns_resolver.cc103 resolv->on_timeout(); in timeoutcb()
186 int DNSResolver::on_timeout() { in on_timeout() function in shrpx::DNSResolver
Dshrpx_upstream.h45 virtual int on_timeout(Downstream *downstream) { return 0; }; in on_timeout() function
Dshrpx_http2_upstream.h54 virtual int on_timeout(Downstream *downstream);
Dshrpx_http2_session.h230 void on_timeout();
Dshrpx_http3_upstream.h51 virtual int on_timeout(Downstream *downstream);
Dshrpx_downstream.cc63 upstream->on_timeout(downstream); in upstream_timeoutcb()
97 dconn->on_timeout(); in downstream_timeoutcb()
Dshrpx_http2_downstream_connection.cc606 int Http2DownstreamConnection::on_timeout() { in on_timeout() function in shrpx::Http2DownstreamConnection
Dshrpx_http2_session.cc122 http2session->on_timeout(); in timeoutcb()
2373 void Http2Session::on_timeout() { in on_timeout() function in shrpx::Http2Session
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtpdec.h81 void (*on_timeout) (GstRTPDec *rtpdec, guint session, guint32 ssrc); member
Dgstrtpdec.c314 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRTPDecClass, on_timeout), NULL, in gst_rtp_dec_class_init()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpsession.h75 void (*on_timeout) (GstRtpSession *sess, guint32 ssrc); member
Dgstrtpbin.h130 void (*on_timeout) (GstRtpBin *rtpbin, guint session, guint32 ssrc); member
Drtpsession.h340 void (*on_timeout) (RTPSession *sess, RTPSource *source); member
Dgstrtpsession.c457 on_timeout (RTPSession * session, RTPSource * src, GstRtpSession * sess) in on_timeout() function
620 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRtpSessionClass, on_timeout), in gst_rtp_session_class_init()
886 (GCallback) on_timeout, rtpsession); in gst_rtp_session_init()
Dgstrtpbin.c646 on_timeout (GstElement * session, guint32 ssrc, GstRtpBinSession * sess) in on_timeout() function
791 g_signal_connect (sess->session, "on-timeout", (GCallback) on_timeout, sess); in create_session()
2290 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstRtpBinClass, on_timeout), in gst_rtp_bin_class_init()
Drtpsession.c266 G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (RTPSessionClass, on_timeout), in rtp_session_class_init()
1096 on_timeout (RTPSession * sess, RTPSource * source) in on_timeout() function
4009 on_timeout (sess, source); in session_cleanup()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpdemux.c695 on_timeout (GstElement * manager, guint session, guint32 ssrc, in on_timeout() function
735 g_signal_connect (demux->session, "on-bye-timeout", (GCallback) on_timeout, in gst_sdp_demux_configure_manager()
737 g_signal_connect (demux->session, "on-timeout", (GCallback) on_timeout, in gst_sdp_demux_configure_manager()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/
Dgstrtmp2src.c556 on_timeout (GstRtmp2Src * self) in on_timeout() function
603 g_source_set_callback (timeout, (GSourceFunc) on_timeout, self, NULL); in gst_rtmp2_src_create()

12