Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h67 bool InitSocketTransport(JdwpState*, const JdwpOptions*);
Djdwp_socket.cc72 bool InitSocketTransport(JdwpState* state, const JdwpOptions* options) { in InitSocketTransport() function
Djdwp_main.cc257 InitSocketTransport(state.get(), options); in Create()