Searched refs:on_event (Results 1 – 25 of 55) sorted by relevance
123
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst.h | 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
D | fst.c | 33 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/ |
D | fst.h | 207 void (*on_event)(enum fst_event_type event_type, struct fst_iface *i, member
|
D | fst.c | 33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change()
|
/third_party/ffmpeg/libavfilter/ |
D | framesync.h | 172 int (*on_event)(struct FFFrameSync *fs); member
|
D | vf_alphamerge.c | 90 s->fs.on_event = do_alphamerge; in init()
|
D | vf_multiply.c | 198 s->fs.on_event = process_frame; in config_output()
|
D | vf_overlay_opencl.c | 244 ctx->fs.on_event = &overlay_opencl_blend; in overlay_opencl_init()
|
D | f_streamselect.c | 141 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedthreshold.c | 233 s->fs.on_event = process_frame; in config_output()
|
D | vf_threshold.c | 231 s->fs.on_event = process_frame; in config_output()
|
D | vf_program_opencl.c | 231 ctx->fs.on_event = &program_opencl_filter; in program_opencl_config_output()
|
D | vf_maskedmerge.c | 259 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedclamp.c | 263 s->fs.on_event = process_frame; in config_output()
|
D | vf_remap_opencl.c | 273 s->fs.on_event = remap_opencl_process_frame; in config_output()
|
D | vf_overlay_vaapi.c | 305 ctx->fs.on_event = overlay_vaapi_blend; in overlay_vaapi_init_framesync()
|
D | vf_maskedminmax.c | 261 s->fs.on_event = process_frame; in config_output()
|
D | vf_mergeplanes.c | 193 s->fs.on_event = process_frame; in config_output()
|
D | vf_limitdiff.c | 297 s->fs.on_event = process_frame; in config_output()
|
D | vf_overlay_qsv.c | 253 s->fs.on_event = process_frame; in init_framesync()
|
D | vf_midequalizer.c | 321 s->fs.on_event = process_frame; in config_output()
|
D | vf_hysteresis.c | 321 s->fs.on_event = process_frame; in config_output()
|
D | vf_remap.c | 351 s->fs.on_event = process_frame; in config_output()
|
/third_party/nghttp2/src/ |
D | shrpx_https_upstream.h | 50 virtual int on_event();
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 93 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