Home
last modified time | relevance | path

Searched defs:hook (Results 1 – 25 of 59) 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()
Dhook-list.h47 pa_hook *hook; member
/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
414 def hook(event, args): function
425 def hook(event, args): function
446 hook = lambda *a: None function
/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/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/libbpf/src/
Dnetlink.c542 static int attach_point_to_config(struct bpf_tc_hook *hook, in attach_point_to_config()
582 static int tc_qdisc_modify(struct bpf_tc_hook *hook, int cmd, int flags) in tc_qdisc_modify()
606 static int tc_qdisc_create_excl(struct bpf_tc_hook *hook) in tc_qdisc_create_excl()
611 static int tc_qdisc_delete(struct bpf_tc_hook *hook) in tc_qdisc_delete()
616 int bpf_tc_hook_create(struct bpf_tc_hook *hook) in bpf_tc_hook_create()
632 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy()
718 int bpf_tc_attach(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_attach()
792 static int __bpf_tc_detach(const struct bpf_tc_hook *hook, in __bpf_tc_detach()
853 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach()
865 int bpf_tc_query(const struct bpf_tc_hook *hook, struct bpf_tc_opts *opts) in bpf_tc_query()
/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-during-promise.js8 const hook = async_hooks.createHook({ constant
Dtest-async-hooks-disable-gc-tracking.js10 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
Dinit-hooks.js147 _stamp(h, hook) { argument
154 _getActivity(uid, hook) { argument
/third_party/pulseaudio/src/modules/
Dreserve-wrap.c44 pa_hook hook; member
55 pa_hook hook; member
/third_party/pulseaudio/src/tests/
Dhook-list-test.c25 pa_hook hook; in START_TEST() local
/third_party/node/src/
Dcleanup_queue-inl.h44 for (const auto& hook : callbacks) { in ForEachBaseObject() 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
/third_party/node/lib/internal/test_runner/
Dharness.js249 function hook(hook) { argument
/third_party/node/benchmark/async_hooks/
Dpromises.js5 let hook; variable
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.h42 WebPWorkerHook hook; // hook to call member

123