|
Android-cuttlefish cvd tool
|
#include "sysdeps.h"#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <thread>#include <android-base/errors.h>#include <android-base/file.h>#include <android-base/logging.h>#include <android-base/stringprintf.h>#include "adb.h"#include "adb_auth.h"#include "adb_client.h"#include "adb_listeners.h"#include "adb_mdns.h"#include "adb_utils.h"#include "adb_wifi.h"#include "client/mdns_utils.h"#include "client/transport_client.h"#include "client/usb.h"#include "client/usb_libusb_hotplug.h"#include "commandline.h"#include "sysdeps/chrono.h"#include "transport.h"
Macros | |
| #define | TRACE_TAG ADB |
Functions | |
| static void | setup_daemon_logging () |
| void | adb_server_cleanup () |
| static void | intentionally_leak () |
| int | adb_server_main (int is_daemon, const std::string &socket_spec, const char *one_device, int ack_reply_fd) |
| int | main (int argc, char *argv[], char *envp[]) |
Variables | |
| const char ** | __adb_argv |
| const char ** | __adb_envp |
| #define TRACE_TAG ADB |
| void adb_server_cleanup | ( | ) |
| int adb_server_main | ( | int | is_daemon, |
| const std::string & | socket_spec, | ||
| const char * | one_device, | ||
| int | ack_reply_fd | ||
| ) |
|
static |
| int main | ( | int | argc, |
| char * | argv[], | ||
| char * | envp[] | ||
| ) |
|
static |
| const char** __adb_argv |
| const char** __adb_envp |