|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/frontend/webrtc/connection_observer.h"#include <linux/input.h>#include <chrono>#include <map>#include <string>#include <string_view>#include <thread>#include <vector>#include <json/json.h>#include <gflags/gflags.h>#include "absl/log/check.h"#include "absl/log/log.h"#include "absl/strings/numbers.h"#include "absl/strings/str_split.h"#include "cuttlefish/common/libs/fs/shared_buf.h"#include "cuttlefish/common/libs/utils/json.h"#include "cuttlefish/host/frontend/webrtc/adb_handler.h"#include "cuttlefish/host/frontend/webrtc/bluetooth_handler.h"#include "cuttlefish/host/frontend/webrtc/gpx_locations_handler.h"#include "cuttlefish/host/frontend/webrtc/kml_locations_handler.h"#include "cuttlefish/host/frontend/webrtc/libdevice/camera_controller.h"#include "cuttlefish/host/frontend/webrtc/libdevice/lights_observer.h"#include "cuttlefish/host/frontend/webrtc/location_handler.h"#include "cuttlefish/host/libs/config/config_utils.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/input_connector/input_connector.h"#include "cuttlefish/host/libs/vm_manager/crosvm_display_controller.h"#include "cuttlefish/result/result.h"
Classes | |
| class | cuttlefish::ConnectionObserverImpl |
Namespaces | |
| namespace | cuttlefish |
Macros | |
| #define | LOG_TAG "ConnectionObserver" |
| #define LOG_TAG "ConnectionObserver" |