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

/system/core/adb/
H A Dsysdeps_win32.cpp1189 static void _fh_socketpair_hook( FH f, int event, EventHook hook ); /* forward */
1299 void (*prepare)( EventHook hook );
1300 int (*start) ( EventHook hook );
1301 void (*stop) ( EventHook hook );
1302 int (*check) ( EventHook hook );
1303 int (*peek) ( EventHook hook );
1310 EventHook hook = _free_hooks; local
1311 if (hook != NULL) {
1312 _free_hooks = hook->next;
1314 hook
1661 EventHook hook; local
1972 _event_socket_verify( EventHook hook, WSANETWORKEVENTS* evts ) argument
[all...]

Completed in 28 milliseconds