| /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()
|
| D | hook-list.h | 47 pa_hook *hook; member
|
| /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 414 def hook(event, args): function 425 def hook(event, args): function 446 hook = lambda *a: None function
|
| /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/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/libbpf/src/ |
| D | netlink.c | 542 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/ |
| 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-during-promise.js | 8 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-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
|
| D | init-hooks.js | 147 _stamp(h, hook) { argument 154 _getActivity(uid, hook) { argument
|
| /third_party/pulseaudio/src/modules/ |
| D | reserve-wrap.c | 44 pa_hook hook; member 55 pa_hook hook; member
|
| /third_party/pulseaudio/src/tests/ |
| D | hook-list-test.c | 25 pa_hook hook; in START_TEST() local
|
| /third_party/node/src/ |
| D | cleanup_queue-inl.h | 44 for (const auto& hook : callbacks) { in ForEachBaseObject() 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
|
| /third_party/node/lib/internal/test_runner/ |
| D | harness.js | 249 function hook(hook) { argument
|
| /third_party/node/benchmark/async_hooks/ |
| D | promises.js | 5 let hook; variable
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.h | 42 WebPWorkerHook hook; // hook to call member
|