Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h59 static constexpr uint8_t kJDWPDdmCmd = 1U; variable
Djdwp_event.cc1318 Set1(out_header + 10, kJDWPDdmCmd); in SetupChunkHeader()
/art/adbconnection/
Dadbconnection.cc357 *(pkt_data++) = kJDWPDdmCmd; in SendDdmPacket()