/third_party/libcoap/src/ |
D | coap_event.c | 21 context->handle_event = hnd; in coap_register_event_handler() 27 context->handle_event = hnd; in coap_set_event_handler() 32 context->handle_event = NULL; in coap_clear_event_handler()
|
D | net.c | 3167 if (context->handle_event) { in coap_handle_event() 3168 return context->handle_event(session, event); in coap_handle_event()
|
/third_party/nghttp2/src/ |
D | shrpx_dns_resolver.cc | 182 int DNSResolver::on_read(int fd) { return handle_event(fd, ARES_SOCKET_BAD); } in on_read() 184 int DNSResolver::on_write(int fd) { return handle_event(ARES_SOCKET_BAD, fd); } in on_write() 187 return handle_event(ARES_SOCKET_BAD, ARES_SOCKET_BAD); in on_timeout() 190 int DNSResolver::handle_event(int rfd, int wfd) { in handle_event() function in shrpx::DNSResolver
|
D | shrpx_dns_resolver.h | 100 int handle_event(int rfd, int wfd);
|
/third_party/libevdev/tools/ |
D | mouse-dpi-tool.c | 93 handle_event(struct measurements *m, const struct input_event *ev) in handle_event() function 162 handle_event(m, &ev); in mainloop()
|
D | touchpad-edge-detector.c | 67 handle_event(struct dimensions *d, const struct input_event *ev) { in handle_event() function 126 handle_event(dim, &ev); in mainloop()
|
/third_party/pulseaudio/src/modules/ |
D | stdin-util.c | 168 int handle_event(struct userdata *u) { in handle_event() function 270 if (handle_event(u) < 0) { in io_event_cb()
|
D | stdin-util.h | 77 int handle_event(struct userdata *u);
|
/third_party/libinput/tools/ |
D | libinput-measure-touchpad-tap.py | 161 def handle_event(self, event): member in Device 168 self.handle_event(event)
|
D | libinput-measure-touch-size.py | 299 def handle_event(self, event): member in Device 319 self.handle_event(event)
|
D | libinput-measure-touchpad-pressure.py | 326 def handle_event(device, event): function 360 handle_event(device, event)
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpklvdepay.c | 105 rtpbasedepayload_class->handle_event = gst_rtp_klv_depay_handle_event; in gst_rtp_klv_depay_class_init() 152 return GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, ev); in gst_rtp_klv_depay_handle_event()
|
D | gstrtpvp9depay.c | 100 depay_class->handle_event = gst_rtp_vp9_depay_handle_event; in gst_rtp_vp9_depay_class_init() 497 (gst_rtp_vp9_depay_parent_class)->handle_event (depay, event); in gst_rtp_vp9_depay_handle_event()
|
D | gstrtpvp8depay.c | 136 depay_class->handle_event = gst_rtp_vp8_depay_handle_event; in gst_rtp_vp8_depay_class_init() 516 (gst_rtp_vp8_depay_parent_class)->handle_event (depay, event); in gst_rtp_vp8_depay_handle_event()
|
D | gstrtpgstdepay.c | 98 gstrtpbasedepayload_class->handle_event = gst_rtp_gst_depay_handle_event; in gst_rtp_gst_depay_class_init() 577 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_gst_depay_handle_event()
|
D | gstrtpvrawdepay.c | 92 gstrtpbasedepayload_class->handle_event = gst_rtp_vraw_depay_handle_event; in gst_rtp_vraw_depay_class_init() 627 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (filter, event); in gst_rtp_vraw_depay_handle_event()
|
D | gstrtpmp4gdepay.c | 166 gstrtpbasedepayload_class->handle_event = gst_rtp_mp4g_depay_handle_event; in gst_rtp_mp4g_depay_class_init() 779 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (filter, event); in gst_rtp_mp4g_depay_handle_event()
|
D | gstrtph264depay.c | 210 gstrtpbasedepayload_class->handle_event = gst_rtp_h264_depay_handle_event; in gst_rtp_h264_depay_class_init() 1478 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_h264_depay_handle_event()
|
D | gstrtph265depay.c | 149 gstrtpbasedepayload_class->handle_event = gst_rtp_h265_depay_handle_event; in gst_rtp_h265_depay_class_init() 1605 GST_RTP_BASE_DEPAYLOAD_CLASS (parent_class)->handle_event (depay, event); in gst_rtp_h265_depay_handle_event()
|
/third_party/pulseaudio/src/modules/gconf/ |
D | module-gconf.c | 68 if ((r = handle_event(u)) < 0) in pa__init()
|
/third_party/pulseaudio/src/modules/gsettings/ |
D | module-gsettings.c | 72 if ((r = handle_event(u)) < 0) in pa__init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasedepayload.h | 106 gboolean (*handle_event) (GstRTPBaseDepayload * filter, GstEvent * event); member
|
D | gstrtpbasedepayload.c | 352 klass->handle_event = gst_rtp_base_depayload_handle_event; in gst_rtp_base_depayload_class_init() 1006 if (bclass->handle_event) in gst_rtp_base_depayload_handle_sink_event() 1007 res = bclass->handle_event (filter, event); in gst_rtp_base_depayload_handle_sink_event()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 93 void (*handle_event)(struct inotify_watch *, u32, u32, u32, member
|
/third_party/libcoap/include/coap3/ |
D | coap_net_internal.h | 93 coap_event_handler_t handle_event; member
|