Searched refs:IsConnected (Results 1 – 3 of 3) sorted by relevance
107 bool JdwpNetStateBase::IsConnected() { in IsConnected() function in art::JDWP::JdwpNetStateBase130 DCHECK(IsConnected()) << "Connection with debugger is closed"; in WritePacket()145 DCHECK(IsConnected()) << "Connection with debugger is closed"; in WriteBufferedPacketLocked()149 bool JdwpState::IsConnected() { in IsConnected() function in art::JDWP::JdwpState150 return netState != nullptr && netState->IsConnected(); in IsConnected()154 if (!IsConnected()) { in SendBufferedRequest()178 if (!IsConnected()) { in SendRequest()383 return IsConnected(); in IsActive()
83 bool IsConnected();
302 bool IsConnected();