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

/system/core/adb/
H A Dsysdeps_win32.c77 typedef struct EventHookRec_* EventHook; typedef in typeref:struct:EventHookRec_
86 void (*_fh_hook) ( FH f, int events, EventHook hook );
283 static void _fh_file_hook( FH f, int event, EventHook eventhook ); /* forward */
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 */
1282 EventHook next;
1288 void (*prepare)( EventHook hook );
1289 int (*start) ( EventHook hook );
1290 void (*stop) ( EventHook hook );
1291 int (*check) ( EventHook hoo
[all...]

Completed in 266 milliseconds