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

/art/runtime/jdwp/
H A Djdwp_adb.cc67 struct JdwpAdbState : public JdwpNetStateBase { struct in namespace:art::JDWP
69 explicit JdwpAdbState(JdwpState* state) function in struct:art::JDWP::JdwpAdbState
71 state_lock_("JdwpAdbState lock", kJdwpAdbStateLock) {
80 ~JdwpAdbState() {
156 state->netState = new JdwpAdbState(state);
167 int JdwpAdbState::ReceiveClientFd() {
215 bool JdwpAdbState::Accept() {
344 bool JdwpAdbState::ProcessIncoming() {

Completed in 38 milliseconds