Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 64) sorted by relevance

123

/third_party/pulseaudio/src/pulsecore/
Dhook-list.c30 void pa_hook_init(pa_hook *hook, void *data) { in pa_hook_init()
38 static void slot_free(pa_hook *hook, pa_hook_slot *slot) { in slot_free()
47 void pa_hook_done(pa_hook *hook) { in pa_hook_done()
57 pa_hook_slot* pa_hook_connect(pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) { in pa_hook_connect()
92 pa_hook_result_t pa_hook_fire(pa_hook *hook, void *data) { in pa_hook_fire()
125 bool pa_hook_is_firing(pa_hook *hook) { in pa_hook_is_firing()
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c87 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_close() local
95 snd_pcm_hook_t *hook; in snd_pcm_hooks_close() local
119 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_hw_params() local
135 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); in snd_pcm_hooks_hw_free() local
560 snd_pcm_t *snd_pcm_hook_get_pcm(snd_pcm_hook_t *hook) in snd_pcm_hook_get_pcm()
571 void *snd_pcm_hook_get_private(snd_pcm_hook_t *hook) in snd_pcm_hook_get_private()
582 void snd_pcm_hook_set_private(snd_pcm_hook_t *hook, void *private_data) in snd_pcm_hook_set_private()
628 int snd_pcm_hook_remove(snd_pcm_hook_t *hook) in snd_pcm_hook_remove()
640 static int snd_pcm_hook_ctl_elems_hw_params(snd_pcm_hook_t *hook) in snd_pcm_hook_ctl_elems_hw_params()
646 static int snd_pcm_hook_ctl_elems_hw_free(snd_pcm_hook_t *hook) in snd_pcm_hook_ctl_elems_hw_free()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h349 #define error(hook, templ, args...) \ argument
351 #define warn(hook, templ, args...) \ argument
353 #define notice(hook, templ, args...) \ argument
355 #define info(hook, templ, args...) \ argument
357 #define debug1(hook, templ, args...) \ argument
359 #define debug2(hook, templ, args...) \ argument
361 #define debug3(hook, templ, args...) \ argument
364 #define error(hook, templ, ...) \ argument
366 #define warn(hook, templ, ...) \ argument
368 #define notice(hook, templ, ...) \ argument
[all …]
/third_party/python/Lib/test/
Daudit-tests.py278 def hook(event, args): function
297 def hook(event, args): function
311 def hook(event, args): function
334 def hook(event, args): function
356 def hook(event, args): function
374 def hook(event, args): function
392 def hook(event, *args): function
/third_party/rust/crates/signal-hook/tests/
Dshutdown.rs59 fn hook() { in cleanup_inside_signal() function
75 fn hook() { in cleanup_after_signal() function
/third_party/libbpf/src/
Dnetlink.c435 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config()
475 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify()
499 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in tc_qdisc_create_excl()
504 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete()
509 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create()
525 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy()
611 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach()
684 static int __bpf_tc_detach(const struct bpf_tc_hook *hook, in __bpf_tc_detach()
745 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach()
757 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()
/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c144 GstTracerHook *hook; in _priv_gst_tracing_deinit() local
170 GstTracerHook *hook = g_slice_new0 (GstTracerHook); in gst_tracing_register_hook_id() local
214 GstTracerHook *hook; in gst_tracing_get_active_tracers() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Datomic_hook_test.cc32 hook; in TEST() local
60 hook(TestHook); in TEST() local
/third_party/rust/crates/signal-hook/signal-hook-registry/tests/
Dunregister_signal.rs22 let hook = { in register_unregister() localVariable
/third_party/typescript/scripts/
Dlink-hooks.js8 hooks.forEach(function (hook) { argument
/third_party/node/test/parallel/
Dtest-async-hooks-vm-gc.js12 const hook = asyncHooks.createHook({ init() {} }).enable(); constant
Dtest-async-hooks-prevent-double-destroy.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-disable-gc-tracking.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-disable-during-promise.js8 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-enable-disable.js6 const hook = async_hooks.createHook({ constant
Dtest-emit-after-uncaught-exception.js10 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-promise-enable-disable.js27 const hook = async_hooks.createHook({ constant
/third_party/python/Lib/test/test_importlib/extension/
Dtest_path_hook.py14 def hook(self, entry): member in PathHookTests
/third_party/node/test/fixtures/v8-coverage/
Dasync-hooks.js4 const hook = async_hooks.createHook({ constant
/third_party/node/test/async-hooks/
Dtest-late-hook-enable.js34 const hook = async_hooks.createHook({ constant
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c44 pa_hook hook; member
55 pa_hook hook; member
/third_party/node/deps/npm/lib/
Dhook.js43 function hook (args) { function
152 function hookName (hook) { argument
/third_party/pulseaudio/src/tests/
Dhook-list-test.c25 pa_hook hook; in START_TEST() local
/third_party/node/lib/internal/
Dinspector_async_hook.js3 let hook; variable
/third_party/typescript/src/testRunner/parallel/
Dworker.ts76 const hook = super._createHook(title, fn); constant

123