Home
last modified time | relevance | path

Searched refs:jdwp_control_event (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/daemon/
Djdwp_service.cpp303 static void jdwp_control_event(int s, unsigned events, void* user);
339 control->fde = fdevent_create(control->listen_socket, jdwp_control_event, control); in jdwp_control_init()
352 static void jdwp_control_event(int fd, unsigned events, void* _control) { in jdwp_control_event() function