Android-cuttlefish cvd tool
|
#include "cuttlefish/host/frontend/adb_connector/adb_connection_maintainer.h"
#include <unistd.h>
#include <cctype>
#include <iomanip>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include <android-base/strings.h>
#include "cuttlefish/common/libs/fs/shared_buf.h"
#include "cuttlefish/common/libs/fs/shared_fd.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp} |
Variables | |
constexpr char | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbOkayStatusResponse [] = "OKAY" |
constexpr std::size_t | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbStatusResponseLength |
constexpr std::string_view | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbUnauthorizedMsg = "device unauthorized." |
constexpr std::size_t | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbMessageLengthLength = 4 |
constexpr int | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbDaemonPort = 5037 |
static constexpr int | cuttlefish::anonymous_namespace{adb_connection_maintainer.cpp}::kAdbCommandGapTime = 5 |