Searched refs:hook (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c86 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 */
1288 void (*prepare)( EventHook hook );
1289 int (*start) ( EventHook hook );
1290 void (*stop) ( EventHook hook );
1291 int (*check) ( EventHook hook );
1292 int (*peek) ( EventHook hook );
1300 EventHook hook = _free_hooks; local
1301 if (hook !
1651 EventHook hook; local
1962 _event_socket_verify( EventHook hook, WSANETWORKEVENTS* evts ) argument
[all...]

Completed in 5 milliseconds