Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h58 static constexpr uint8_t kJDWPDdmCmdSet = 199U; // 0xc7, or 'G'+128 variable
Djdwp_handler.cc1621 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
1705 if (request->GetCommandSet() != kJDWPDdmCmdSet) { in ProcessRequest()
Djdwp_event.cc1317 Set1(out_header + 9, kJDWPDdmCmdSet); in SetupChunkHeader()
/art/adbconnection/
Dadbconnection.cc355 *(pkt_data++) = kJDWPDdmCmdSet; in SendDdmPacket()