HomeSort by relevance Sort by last modified time
    Searched refs:device_port_ (Results 1 - 2 of 2) sorted by null

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

Completed in 283 milliseconds