Searched refs:adb_control_socket (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/tools/android/forwarder2/ |
D | host_controller.cc | 29 scoped_ptr<Socket> adb_control_socket(new Socket()); in Create() local 30 adb_control_socket->AddEventFd(exit_notifier_fd); in Create() 31 adb_control_socket->AddEventFd(delete_controller_notifier->receiver_fd()); in Create() 32 if (!adb_control_socket->ConnectTcp(std::string(), adb_port)) { in Create() 39 command::LISTEN, device_port, adb_control_socket.get()); in Create() 44 adb_control_socket.get(), &device_port_allocated, &command) || in Create() 52 error_callback, adb_control_socket.Pass(), in Create() 73 scoped_ptr<Socket> adb_control_socket, in HostController() argument 80 adb_control_socket_(adb_control_socket.Pass()), in HostController()
|
D | host_controller.h | 62 scoped_ptr<Socket> adb_control_socket,
|