Home
last modified time | relevance | path

Searched defs:adb_port (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/adb/client/
Dtransport_emulator.cpp135 int connect_emulator_arbitrary_ports(int console_port, int adb_port, std::string* error) { in connect_emulator_arbitrary_ports()
260 static atransport* find_emulator_transport_by_adb_port_locked(int adb_port) in find_emulator_transport_by_adb_port_locked()
269 atransport* find_emulator_transport_by_adb_port(int adb_port) { in find_emulator_transport_by_adb_port()
282 int init_socket_transport(atransport* t, unique_fd fd, int adb_port, bool is_emulator) { in init_socket_transport()
/aosp_15_r20/tools/acloud/public/
H A Dreport.py188 def AddDevice(self, instance_name, ip_address, adb_port, vnc_port, argument
227 def AddDeviceBootFailure(self, instance_name, ip_address, adb_port, argument
/aosp_15_r20/tools/acloud/list/
H A Dinstance.py341 def __init__(self, name, fullname, display, ip, status=None, adb_port=None, argument
479 def adb_port(self): member in Instance
H A Dlist.py387 def FilterInstancesByAdbPort(instances, adb_port): argument
/aosp_15_r20/tools/asuite/atest/unittest_data/acloud/
H A Dcreate_failure.json6 "adb_port": 58167, number
H A Dcreate_success.json6 "adb_port": 58167, number
H A Dcreate_success_local_instance.json6 "adb_port": 6521, number
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h61 int adb_port; member
/aosp_15_r20/tools/acloud/internal/lib/
H A Dadb_tools.py60 def __init__(self, adb_port=None, device_serial=""): argument
H A Dcvd_runtime_config.py227 def adb_port(self): member in CvdRuntimeConfig
/aosp_15_r20/packages/modules/adb/
Dservices.cpp107 int adb_port = strtol(pieces[1].c_str(), nullptr, 0); in connect_emulator() local
/aosp_15_r20/tools/acloud/create/
H A Dgoldfish_local_image_local_instance.py500 console_port, adb_port, logcat_path, argument