DeviceController 24 tools/android/forwarder2/device_controller.cc scoped_ptr<DeviceController> DeviceController::Create( DeviceController 27 tools/android/forwarder2/device_controller.cc scoped_ptr<DeviceController> device_controller; DeviceController 36 tools/android/forwarder2/device_controller.cc new DeviceController(host_socket.Pass(), exit_notifier_fd)); DeviceController 40 tools/android/forwarder2/device_controller.cc DeviceController::~DeviceController() { DeviceController 44 tools/android/forwarder2/device_controller.cc void DeviceController::Start() { DeviceController 48 tools/android/forwarder2/device_controller.cc DeviceController::DeviceController(scoped_ptr<Socket> host_socket, DeviceController 57 tools/android/forwarder2/device_controller.cc void DeviceController::AcceptHostCommandSoon() { DeviceController 60 tools/android/forwarder2/device_controller.cc base::Bind(&DeviceController::AcceptHostCommandInternal, DeviceController 64 tools/android/forwarder2/device_controller.cc void DeviceController::AcceptHostCommandInternal() { DeviceController 74 tools/android/forwarder2/device_controller.cc base::Bind(&DeviceController::AcceptHostCommandSoon, DeviceController 97 tools/android/forwarder2/device_controller.cc base::Bind(&DeviceController::DeleteListenerOnError, DeviceController 141 tools/android/forwarder2/device_controller.cc void DeviceController::DeleteListenerOnError( DeviceController 142 tools/android/forwarder2/device_controller.cc const base::WeakPtr<DeviceController>& device_controller_ptr, DeviceController 145 tools/android/forwarder2/device_controller.cc DeviceController* const controller = device_controller_ptr.get(); DeviceController 29 tools/android/forwarder2/device_controller.h class DeviceController { DeviceController 31 tools/android/forwarder2/device_controller.h static scoped_ptr<DeviceController> Create(const std::string& adb_unix_socket, DeviceController 33 tools/android/forwarder2/device_controller.h ~DeviceController(); DeviceController 41 tools/android/forwarder2/device_controller.h DeviceController(scoped_ptr<Socket> host_socket, int exit_notifier_fd); DeviceController 49 tools/android/forwarder2/device_controller.h const base::WeakPtr<DeviceController>& device_controller_ptr, DeviceController 52 tools/android/forwarder2/device_controller.h base::WeakPtrFactory<DeviceController> weak_ptr_factory_; DeviceController 61 tools/android/forwarder2/device_controller.h DISALLOW_COPY_AND_ASSIGN(DeviceController); DeviceController 95 tools/android/forwarder2/device_forwarder_main.cc scoped_ptr<DeviceController> controller( DeviceController 96 tools/android/forwarder2/device_forwarder_main.cc DeviceController::Create(kUnixDomainSocketPath, exit_notifier_fd)); DeviceController 110 tools/android/forwarder2/device_forwarder_main.cc scoped_ptr<DeviceController> controller_;