HomeSort by relevance Sort by last modified time
    Searched defs:kJdwpHandshake (Results 1 - 2 of 2) sorted by null

  /art/dt_fd_forward/
dt_fd_forward.h 62 static constexpr const char kJdwpHandshake[14] = {
  /art/adbconnection/
adbconnection.cc 63 static constexpr const char kJdwpHandshake[14] = {
784 if (res < 0 || avail < sizeof(kJdwpHandshake)) {
793 char handshake_msg[sizeof(kJdwpHandshake)];
798 if (res < static_cast<int>(sizeof(kJdwpHandshake)) ||
799 strncmp(handshake_msg, kJdwpHandshake, sizeof(kJdwpHandshake)) != 0) {
809 kJdwpHandshake,
810 sizeof(kJdwpHandshake),
812 if (res < static_cast<int>(sizeof(kJdwpHandshake))) {
    [all...]

Completed in 55 milliseconds