|
Android-cuttlefish cvd tool
|
#include "sysdeps.h"#include <stdio.h>#include <android-base/file.h>#include <android-base/logging.h>#include <android-base/strings.h>#include <cutils/sockets.h>#include "adb.h"#include "adb_client.h"#include "adb_io.h"#include "adb_utils.h"
Functions | |
| static std::string | adb_construct_auth_command () |
| static int | adb_get_emulator_console_port (const char *serial) |
| static int | connect_to_console (const char *serial) |
| int | adb_send_emulator_command (int argc, const char **argv, const char *serial) |
|
static |
|
static |
| int adb_send_emulator_command | ( | int | argc, |
| const char ** | argv, | ||
| const char * | serial | ||
| ) |
|
static |