Android-cuttlefish cvd tool
Functions
console.cpp File Reference
#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"
Include dependency graph for console.cpp:

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)
 

Function Documentation

◆ adb_construct_auth_command()

static std::string adb_construct_auth_command ( )
static

◆ adb_get_emulator_console_port()

static int adb_get_emulator_console_port ( const char *  serial)
static

◆ adb_send_emulator_command()

int adb_send_emulator_command ( int  argc,
const char **  argv,
const char *  serial 
)

◆ connect_to_console()

static int connect_to_console ( const char *  serial)
static