Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JdwpState

38 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state)
141 bool JdwpState::IsConnected() {
145 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
169 void JdwpState::SendRequest(ExpandBuf* pReq) {
188 uint32_t JdwpState::NextRequestSerial() {
196 uint32_t JdwpState::NextEventSerial() {
200 JdwpState::JdwpState(const JdwpOptions* options)
235 JdwpState* JdwpState::Create(const JdwpOptions* options) {
238 std::unique_ptr<JdwpState> state(new JdwpState(options));
314 void JdwpState::ResetState() {
338 JdwpState::~JdwpState() {
366 bool JdwpState::IsActive() {
371 bool JdwpState::HandlePacket() {
400 JdwpState* state = reinterpret_cast<JdwpState*>(arg);
407 void JdwpState::Run() {
536 void JdwpState::NotifyDdmsActive() {
543 Thread* JdwpState::GetDebugThread() {
573 int64_t JdwpState::LastDebuggerActivity() {
595 void JdwpState::ExitAfterReplying(int exit_status) {