HomeSort by relevance Sort by last modified time
    Searched refs:hook (Results 1 - 25 of 74) sorted by null

1 2 3

  /bootable/bootloader/legacy/libboot/
init.c 38 int (*hook)(void) = (void*) x;
39 hook();
  /external/dhcpcd/
dhcpcd-run-hooks 14 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
16 for hook in \
17 /system/etc/dhcpcd/dhcpcd.enter-hook \
19 /system/etc/dhcpcd/dhcpcd.exit-hook
22 case "${hook}" in
28 if ls "${hook}" >/dev/null 2>&1; then
29 . "${hook}"
dhcpcd-run-hooks.in 121 # Thus, the user can create their dhcpcd.enter/exit-hook script to configure
123 for hook in \
124 @SYSCONFDIR@/dhcpcd.enter-hook \
126 @SYSCONFDIR@/dhcpcd.exit-hook
129 case "${hook}" in
135 if [ -f "${hook}" ]; then
136 . "${hook}"
  /external/bluetooth/glib/glib/
ghook.h 45 typedef gboolean (*GHookFindFunc) (GHook *hook,
47 typedef void (*GHookMarshaller) (GHook *hook,
49 typedef gboolean (*GHookCheckMarshaller) (GHook *hook,
54 GHook *hook);
89 #define G_HOOK(hook) ((GHook*) (hook))
90 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags)
91 #define G_HOOK_ACTIVE(hook) ((G_HOOK_FLAGS (hook) &
    [all...]
  /system/core/adb/
sysdeps_win32.c 86 void (*_fh_hook) ( FH f, int events, EventHook hook );
535 static void _fh_socket_hook( FH f, int event, EventHook hook ); /* forward */
1176 static void _fh_socketpair_hook( FH f, int event, EventHook hook ); /* forward */
1300 EventHook hook = _free_hooks; local
1477 EventHook hook; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_hooks.c 4 * \brief PCM Hook Interface
10 * PCM - Hook functions
60 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); local
61 err = hook->func(hook);
68 snd_pcm_hook_t *hook; local
70 hook = list_entry(pos, snd_pcm_hook_t, list);
71 snd_pcm_hook_remove(hook);
88 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); local
89 err = hook->func(hook)
104 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list); local
    [all...]
  /external/kernel-headers/original/linux/
netfilter.h 15 /* Responses from hook functions. */
36 /* Generic cache responses from hook functions.
47 /* Largest hook number + 1 */
64 nf_hookfn *hook; member in struct:nf_hook_ops
104 unsigned int hook; member in struct:nf_info
109 /* Function to register/unregister hook points. */
177 int nf_hook_slow(int pf, unsigned int hook, struct sk_buff **pskb,
182 * nf_hook_thresh - call a netfilter hook
184 * Returns 1 if the hook has allowed the packet to pass. The function
186 * value indicates the packet has been consumed by the hook
    [all...]
  /external/chromium/third_party/libevent/
evrpc.c 85 struct evrpc_hook *hook; local
90 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
91 assert(evrpc_remove_hook(base, EVRPC_INPUT, hook));
93 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
94 assert(evrpc_remove_hook(base, EVRPC_OUTPUT, hook));
107 struct evrpc_hook *hook = NULL; local
119 hook = calloc(1, sizeof(struct evrpc_hook));
120 assert(hook != NULL);
122 hook->process = cb;
123 hook->process_arg = cb_arg
132 struct evrpc_hook *hook = NULL; local
171 struct evrpc_hook *hook; local
413 struct evrpc_hook *hook; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
VM.java 178 * Registers a new virtual-machine shutdown hook. This is equivalent to the
181 * @param hook the hook (a Thread) to register
183 public static void addShutdownHook(Thread hook) {
188 * De-registers a previously-registered virtual-machine shutdown hook. This
191 * @param hook the hook (a Thread) to de-register
192 * @return true if the hook could be de-registered
194 public static boolean removeShutdownHook(Thread hook) {
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ULOG.h 44 unsigned int hook; member in struct:ulog_packet_msg
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ULOG.h 39 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
ip_queue.h 22 unsigned int hook; member in struct:ipq_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h 38 unsigned int hook; member in struct:ulog_packet_msg

Completed in 668 milliseconds

1 2 3