Index: tools/android/forwarder2/host_controller.h |
diff --git a/tools/android/forwarder2/host_controller.h b/tools/android/forwarder2/host_controller.h |
index dc75f88e057760dbd9bd5261ee31b2d791d0334a..44aa7513e180d2a13498a94ddcbed2dfd36dbc77 100644 |
--- a/tools/android/forwarder2/host_controller.h |
+++ b/tools/android/forwarder2/host_controller.h |
@@ -50,9 +50,10 @@ class HostController { |
int device_port() const { return device_port_; } |
private: |
- void ThreadHandler(); |
+ void ReadNextCommandSoon(); |
+ void ReadCommandOnInternalThread(); |
- void StartForwarder(scoped_ptr<Socket> host_server_data_socket_ptr); |
+ void StartForwarder(scoped_ptr<Socket> host_server_data_socket); |
// Helper method that creates a socket and adds the appropriate event file |
// descriptors. |