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

  /external/chromium_org/tools/android/forwarder2/
device_listener.cc 23 int listener_port,
27 if (!listener_socket->BindTcp("", listener_port)) {
29 << listener_port;
30 SendCommand(command::BIND_ERROR, listener_port, host_socket.get());
35 listener_port = listener_socket->GetPort();
36 SendCommand(command::BIND_SUCCESS, listener_port, host_socket.get());
39 listener_port, error_callback));
device_controller.cc 103 // call DeviceListener::listener_port() to retrieve the currently
105 const int listener_port = new_listener->listener_port(); local
107 std::make_pair(listener_port,
109 LOG(INFO) << "Forwarding device port " << listener_port << " to host.";
153 listener->listener_port(), &controller->listeners_);
device_listener.h 60 int listener_port() const { return listener_port_; } function in class:forwarder2::DeviceListener

Completed in 2107 milliseconds