Home
last modified time | relevance | path

Searched refs:on_event (Results 1 – 25 of 55) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.h207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
Dfst.c33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.h207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
Dfst.c33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
/third_party/ffmpeg/libavfilter/
Dframesync.h172 int (*on_event)(struct FFFrameSync *fs); member
Dvf_alphamerge.c90 s->fs.on_event = do_alphamerge; in init()
Dvf_multiply.c198 s->fs.on_event = process_frame; in config_output()
Dvf_overlay_opencl.c244 ctx->fs.on_event = &overlay_opencl_blend; in overlay_opencl_init()
Df_streamselect.c141 s->fs.on_event = process_frame; in config_output()
Dvf_maskedthreshold.c233 s->fs.on_event = process_frame; in config_output()
Dvf_threshold.c231 s->fs.on_event = process_frame; in config_output()
Dvf_program_opencl.c231 ctx->fs.on_event = &program_opencl_filter; in program_opencl_config_output()
Dvf_maskedmerge.c259 s->fs.on_event = process_frame; in config_output()
Dvf_maskedclamp.c263 s->fs.on_event = process_frame; in config_output()
Dvf_remap_opencl.c273 s->fs.on_event = remap_opencl_process_frame; in config_output()
Dvf_overlay_vaapi.c305 ctx->fs.on_event = overlay_vaapi_blend; in overlay_vaapi_init_framesync()
Dvf_maskedminmax.c261 s->fs.on_event = process_frame; in config_output()
Dvf_mergeplanes.c193 s->fs.on_event = process_frame; in config_output()
Dvf_limitdiff.c297 s->fs.on_event = process_frame; in config_output()
Dvf_overlay_qsv.c253 s->fs.on_event = process_frame; in init_framesync()
Dvf_midequalizer.c321 s->fs.on_event = process_frame; in config_output()
Dvf_hysteresis.c321 s->fs.on_event = process_frame; in config_output()
Dvf_remap.c351 s->fs.on_event = process_frame; in config_output()
/third_party/nghttp2/src/
Dshrpx_https_upstream.h50 virtual int on_event();
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js93 on_event(window, 'load', function() {
97 on_event(window, 'message', function(event) {
217 on_event(window, 'load', callback);
405 on_event(self, "install", on_all_loaded);
406 on_event(self, "message", on_all_loaded);
1194 function on_event(object, event, callback) function
1225 expose(on_event, 'on_event');
4178 on_event(element, "click",

123