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

  /external/chromium_org/tools/android/forwarder2/
device_listener.h 26 // A DeviceListener instance is used in the device_forwarder program to bind to
35 // happens on the DeviceListener's internal thread, the DeviceListener
37 // the DeviceListener was created on.
38 // Note that the DeviceListener's destructor joins its internal thread (i.e.
41 class DeviceListener {
48 static scoped_ptr<DeviceListener> Create(
53 ~DeviceListener();
62 DeviceListener(scoped_ptr<PipeNotifier> pipe_notifier,
79 // Note that this can be called after the DeviceListener instance gets delete
    [all...]
device_listener.cc 21 scoped_ptr<DeviceListener> DeviceListener::Create(
26 scoped_ptr<DeviceListener> device_listener;
38 new DeviceListener(
44 DeviceListener::~DeviceListener() {
49 void DeviceListener::Start() {
54 void DeviceListener::SetAdbDataSocket(scoped_ptr<Socket> adb_data_socket) {
57 base::Bind(&DeviceListener::OnAdbDataSocketReceivedOnInternalThread,
61 DeviceListener::DeviceListener(scoped_ptr<PipeNotifier> pipe_notifier
    [all...]
device_controller.h 24 class DeviceListener;
28 // DeviceListener each).
39 int /* port */, linked_ptr<DeviceListener> > ListenersMap;
55 // Lets ensure DeviceListener instances are deleted on the thread they were
device_controller.cc 83 DeviceListener* const listener = listener_it == listeners_.end()
84 ? static_cast<DeviceListener*>(NULL) : listener_it->second.get();
93 scoped_ptr<DeviceListener> new_listener(
94 DeviceListener::Create(
101 // call DeviceListener::listener_port() to retrieve the currently
106 linked_ptr<DeviceListener>(new_listener.release())));
148 const linked_ptr<DeviceListener> listener = listener_it->second;
  /external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h 70 class DeviceListener;
107 scoped_ptr<DeviceListener> camera_interface_;

Completed in 788 milliseconds