| /third_party/pulseaudio/src/pulsecore/ |
| D | hook-list.c | 30 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/ |
| D | pcm_hooks.c | 87 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/ |
| D | misc.h | 349 #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/ |
| D | audit-tests.py | 278 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/ |
| D | shutdown.rs | 59 fn hook() { in cleanup_inside_signal() function 75 fn hook() { in cleanup_after_signal() function
|
| /third_party/libbpf/src/ |
| D | netlink.c | 435 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/ |
| D | gsttracerutils.c | 144 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/ |
| D | atomic_hook_test.cc | 32 hook; in TEST() local 60 hook(TestHook); in TEST() local
|
| /third_party/rust/crates/signal-hook/signal-hook-registry/tests/ |
| D | unregister_signal.rs | 22 let hook = { in register_unregister() localVariable
|
| /third_party/typescript/scripts/ |
| D | link-hooks.js | 8 hooks.forEach(function (hook) { argument
|
| /third_party/node/test/parallel/ |
| D | test-async-hooks-vm-gc.js | 12 const hook = asyncHooks.createHook({ init() {} }).enable(); constant
|
| D | test-async-hooks-prevent-double-destroy.js | 10 const hook = async_hooks.createHook({ constant
|
| D | test-async-hooks-disable-gc-tracking.js | 10 const hook = async_hooks.createHook({ constant
|
| D | test-async-hooks-disable-during-promise.js | 8 const hook = async_hooks.createHook({ constant
|
| D | test-async-hooks-enable-disable.js | 6 const hook = async_hooks.createHook({ constant
|
| D | test-emit-after-uncaught-exception.js | 10 const hook = async_hooks.createHook({ constant
|
| D | test-async-hooks-promise-enable-disable.js | 27 const hook = async_hooks.createHook({ constant
|
| /third_party/python/Lib/test/test_importlib/extension/ |
| D | test_path_hook.py | 14 def hook(self, entry): member in PathHookTests
|
| /third_party/node/test/fixtures/v8-coverage/ |
| D | async-hooks.js | 4 const hook = async_hooks.createHook({ constant
|
| /third_party/node/test/async-hooks/ |
| D | test-late-hook-enable.js | 34 const hook = async_hooks.createHook({ constant
|
| /third_party/pulseaudio/src/modules/ |
| D | reserve-wrap.c | 44 pa_hook hook; member 55 pa_hook hook; member
|
| /third_party/node/deps/npm/lib/ |
| D | hook.js | 43 function hook (args) { function 152 function hookName (hook) { argument
|
| /third_party/pulseaudio/src/tests/ |
| D | hook-list-test.c | 25 pa_hook hook; in START_TEST() local
|
| /third_party/node/lib/internal/ |
| D | inspector_async_hook.js | 3 let hook; variable
|
| /third_party/typescript/src/testRunner/parallel/ |
| D | worker.ts | 76 const hook = super._createHook(title, fn); constant
|