HomeSort by relevance Sort by last modified time
    Searched defs:hooks (Results 1 - 13 of 13) sorted by null

  /frameworks/base/opengl/libs/
egl_impl.h 26 #include "hooks.h"
35 gl_hooks_t * hooks[2]; member in struct:android::egl_connection_t
hooks.h 73 // GL / EGL hooks
125 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; local
126 if (hooks) return hooks;
137 gl_hooks_t const* hooks = static_cast<gl_hooks_t*>(pthread_getspecific(gGLWrapperKey)); local
138 if (hooks) return hooks;
  /external/bluetooth/glib/glib/
ghook.h 70 GHook *hooks; member in struct:_GHookList
153 /* GHookCompareFunc implementation to insert hooks sorted by their id */
159 /* invoke all valid hooks with the (*GHookFunc) signature.
163 /* invoke all valid hooks with the (*GHookCheckFunc) signature,
168 /* invoke a marshaller on all valid hooks.
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Runtime.java 315 Thread[] hooks; local
317 // create a copy of the hooks
318 hooks = new Thread[shutdownHooks.size()];
319 shutdownHooks.toArray(hooks);
322 // Start all shutdown hooks concurrently
323 for (int i = 0; i < hooks.length; i++) {
324 hooks[i].start();
327 // Wait for all shutdown hooks to finish
328 for (Thread hook : hooks) {
594 * registered shutdown hooks will be executed once the virtual machine shut
    [all...]
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 192 unsigned int hooks; member in struct:xt_match
199 /* Registration hooks for targets. */
218 hook_mask is a bitmask of hooks from which it can be
240 unsigned int hooks; member in struct:xt_target
255 /* What hooks you will enter on */
  /sdk/emulator/qemud/
qemud.c 338 LoopHook* hooks; member in struct:__anon12960
349 l->hooks = NULL;
357 xfree(l->hooks);
371 LoopHook* hook = l->hooks;
390 xrenew( l->hooks, new_max );
396 LoopHook* hook = l->hooks + n;
416 hook = l->hooks + l->num_fds;
524 /* mark all pending hooks */
531 /* execute hook callbacks. this may change the 'hooks'
534 LoopHook* hook = l->hooks + n
    [all...]
  /system/core/adb/
sysdeps_win32.c 802 * - it allows us to implement fdevent hooks easily and cheaply, something
1356 EventHook hooks; member in struct:EventLooperRec_
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 1070 milliseconds