Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_adb.cc55 struct JdwpAdbState : public JdwpNetStateBase { struct
57 explicit JdwpAdbState(JdwpState* state) : JdwpNetStateBase(state) { in JdwpAdbState() argument
66 ~JdwpAdbState() { in ~JdwpAdbState() argument
125 state->netState = new JdwpAdbState(state); in InitAdbTransport()
136 int JdwpAdbState::ReceiveClientFd() { in ReceiveClientFd()
183 bool JdwpAdbState::Accept() { in Accept()
297 bool JdwpAdbState::ProcessIncoming() { in ProcessIncoming()