Home
last modified time | relevance | path

Searched refs:device_port_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/android/forwarder2/
Dhost_controller.cc76 device_port_(device_port), in HostController()
106 command::HOST_SERVER_ERROR, device_port_, adb_control_socket_.get()); in ReadCommandOnInternalThread()
119 command::HOST_SERVER_SUCCESS, device_port_, adb_control_socket_.get()); in ReadCommandOnInternalThread()
134 SendCommand(command::DATA_CONNECTION, device_port_, adb_data_socket.get()); in StartForwarder()
160 if (!SendCommand(command::UNLISTEN, device_port_, &socket)) { in UnmapPortOnDevice()
161 LOG(ERROR) << "Could not send unmap command for port " << device_port_; in UnmapPortOnDevice()
165 LOG(ERROR) << "Unamp command failed for port " << device_port_; in UnmapPortOnDevice()
Dhost_controller.h54 int device_port() const { return device_port_; } in device_port()
76 const int device_port_; variable