Searched defs:caller_task_runner (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/host/
H A Dcurtain_mode_win.cc47 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
46 Create( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
H A Dbasic_desktop_environment.h36 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
40 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner() const { function in class:remoting::BasicDesktopEnvironment
70 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
79 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner() const { function in class:remoting::BasicDesktopEnvironmentFactory
H A Ddesktop_session_win.h42 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
50 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
61 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
68 const scoped_refptr<AutoThreadTaskRunner>& caller_task_runner() const { function in class:remoting::DesktopSessionWin
H A Dit2me_desktop_environment.cc22 DCHECK(caller_task_runner()->BelongsToCurrentThread());
26 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
30 : BasicDesktopEnvironment(caller_task_runner,
33 DCHECK(caller_task_runner->BelongsToCurrentThread());
36 local_input_monitor_ = LocalInputMonitor::Create(caller_task_runner,
58 caller_task_runner,
65 caller_task_runner,
73 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
76 : BasicDesktopEnvironmentFactory(caller_task_runner,
86 DCHECK(caller_task_runner()
25 It2MeDesktopEnvironment( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
72 It2MeDesktopEnvironmentFactory( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) argument
[all...]
H A Dbasic_desktop_environment.cc57 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
60 : caller_task_runner_(caller_task_runner),
67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
70 : caller_task_runner_(caller_task_runner),
56 BasicDesktopEnvironment( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) argument
66 BasicDesktopEnvironmentFactory( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) argument
H A Dcurtain_mode_linux.cc103 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
102 Create( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
H A Ddaemon_process.h52 // on the |caller_task_runner| thread. |io_task_runner| is used to handle IPC
55 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
89 DaemonProcess(scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
141 scoped_refptr<AutoThreadTaskRunner> caller_task_runner() { function in class:remoting::DaemonProcess
H A Ddesktop_process.cc27 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
30 : caller_task_runner_(caller_task_runner),
26 DesktopProcess( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> input_task_runner, const std::string& daemon_channel_name) argument
H A Dme2me_desktop_environment.cc30 DCHECK(caller_task_runner()->BelongsToCurrentThread());
34 DCHECK(caller_task_runner()->BelongsToCurrentThread());
42 DCHECK(caller_task_runner()->BelongsToCurrentThread());
57 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
60 : BasicDesktopEnvironment(caller_task_runner,
63 DCHECK(caller_task_runner->BelongsToCurrentThread());
69 DCHECK(caller_task_runner()->BelongsToCurrentThread());
73 curtain_ = CurtainMode::Create(caller_task_runner(),
103 local_input_monitor_ = LocalInputMonitor::Create(caller_task_runner(),
110 caller_task_runner(),
56 Me2MeDesktopEnvironment( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) argument
119 Me2MeDesktopEnvironmentFactory( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner) argument
[all...]
H A Dcurtain_mode_mac.cc37 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
81 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
84 : caller_task_runner_(caller_task_runner),
226 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
241 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
244 : session_watcher_(new SessionWatcher(caller_task_runner,
260 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
263 return scoped_ptr<CurtainMode>(new CurtainModeMac(caller_task_runner,
80 SessionWatcher( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
240 CurtainModeMac( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
259 Create( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
H A Ddaemon_process_win.cc49 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
88 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
91 : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback) {
154 DCHECK(caller_task_runner()->BelongsToCurrentThread());
158 caller_task_runner(), io_task_runner(), this, terminal_id, resolution);
161 caller_task_runner(), io_task_runner(), this, terminal_id, resolution);
167 DCHECK(caller_task_runner()->BelongsToCurrentThread());
173 DCHECK(caller_task_runner()->BelongsToCurrentThread());
195 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
199 new DaemonProcessWin(caller_task_runner, io_task_runne
87 DaemonProcessWin( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
194 Create( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
[all...]
H A Dhost_window_proxy.cc20 Core(scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
54 // the |caller_task_runner| thread.
67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
70 DCHECK(caller_task_runner->BelongsToCurrentThread());
75 core_ = new Core(caller_task_runner, ui_task_runner, host_window.Pass());
92 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
95 : caller_task_runner_(caller_task_runner),
99 DCHECK(caller_task_runner->BelongsToCurrentThread());
66 HostWindowProxy( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, scoped_ptr<HostWindow> host_window) argument
91 Core( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, scoped_ptr<HostWindow> host_window) argument
H A Dipc_desktop_environment.cc27 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
33 DCHECK(caller_task_runner->BelongsToCurrentThread());
36 caller_task_runner,
74 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
79 caller_task_runner_(caller_task_runner),
25 IpcDesktopEnvironment( scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner, scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> capture_task_runner, scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, base::WeakPtr<ClientSessionControl> client_session_control, base::WeakPtr<DesktopSessionConnector> desktop_session_connector, bool virtual_terminal) argument
72 IpcDesktopEnvironmentFactory( scoped_refptr<base::SingleThreadTaskRunner> audio_task_runner, scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> capture_task_runner, scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, IPC::Sender* daemon_channel) argument
H A Dlocal_input_monitor_win.cc32 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
41 Core(scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
85 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
88 : core_(new Core(caller_task_runner,
99 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
102 : caller_task_runner_(caller_task_runner),
238 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
243 new LocalInputMonitorWin(caller_task_runner,
84 LocalInputMonitorWin( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
98 Core( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
237 Create( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
H A Ddaemon_process.cc40 DCHECK(caller_task_runner()->BelongsToCurrentThread());
50 DCHECK(caller_task_runner()->BelongsToCurrentThread());
60 DCHECK(caller_task_runner()->BelongsToCurrentThread());
66 DCHECK(caller_task_runner()->BelongsToCurrentThread());
72 DCHECK(caller_task_runner()->BelongsToCurrentThread());
78 DCHECK(caller_task_runner()->BelongsToCurrentThread());
94 DCHECK(caller_task_runner()->BelongsToCurrentThread());
130 DCHECK(caller_task_runner()->BelongsToCurrentThread());
135 DCHECK(caller_task_runner()->BelongsToCurrentThread());
168 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
167 DaemonProcess( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
[all...]
H A Ddaemon_process_unittest.cc55 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
90 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
93 : DaemonProcess(caller_task_runner, io_task_runner, stopped_callback) {
89 MockDaemonProcess( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, const base::Closure& stopped_callback) argument
H A Dlocal_input_monitor_linux.cc40 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
51 Core(scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
107 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
110 : core_(new Core(caller_task_runner,
121 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
124 : caller_task_runner_(caller_task_runner),
322 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
327 new LocalInputMonitorLinux(caller_task_runner,
106 LocalInputMonitorLinux( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
120 Core( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
321 Create( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, base::WeakPtr<ClientSessionControl> client_session_control) argument
H A Ddesktop_session_agent.cc112 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
117 caller_task_runner_(caller_task_runner),
110 DesktopSessionAgent( scoped_refptr<AutoThreadTaskRunner> audio_capture_task_runner, scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> input_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, scoped_refptr<AutoThreadTaskRunner> video_capture_task_runner) argument
H A Ddesktop_session_proxy.cc104 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
111 caller_task_runner_(caller_task_runner),
102 DesktopSessionProxy( scoped_refptr<base::SingleThreadTaskRunner> audio_capture_task_runner, scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> io_task_runner, scoped_refptr<base::SingleThreadTaskRunner> video_capture_task_runner, base::WeakPtr<ClientSessionControl> client_session_control, base::WeakPtr<DesktopSessionConnector> desktop_session_connector, bool virtual_terminal) argument
H A Ddesktop_session_win.cc90 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
118 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
180 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
185 : DesktopSessionWin(caller_task_runner, io_task_runner, daemon_process, id,
196 DCHECK(caller_task_runner()->BelongsToCurrentThread());
200 DCHECK(caller_task_runner()->BelongsToCurrentThread());
209 scoped_refptr<AutoThreadTaskRunner> caller_task_runner,
214 : DesktopSessionWin(caller_task_runner, io_task_runner, daemon_process, id,
223 DCHECK(caller_task_runner()->BelongsToCurrentThread());
274 DCHECK(caller_task_runner()
179 ConsoleSession( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, DaemonProcess* daemon_process, int id, WtsTerminalMonitor* monitor) argument
208 RdpSession( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, DaemonProcess* daemon_process, int id, WtsTerminalMonitor* monitor) argument
368 CreateForConsole( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, DaemonProcess* daemon_process, int id, const ScreenResolution& resolution) argument
382 CreateForVirtualTerminal( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, DaemonProcess* daemon_process, int id, const ScreenResolution& resolution) argument
397 DesktopSessionWin( scoped_refptr<AutoThreadTaskRunner> caller_task_runner, scoped_refptr<AutoThreadTaskRunner> io_task_runner, DaemonProcess* daemon_process, int id, WtsTerminalMonitor* monitor) argument
[all...]
/external/chromium_org/remoting/host/win/
H A Dsession_desktop_environment.cc21 DCHECK(caller_task_runner()->BelongsToCurrentThread());
33 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
37 : Me2MeDesktopEnvironment(caller_task_runner,
44 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
48 : Me2MeDesktopEnvironmentFactory(caller_task_runner,
52 DCHECK(caller_task_runner->BelongsToCurrentThread());
60 DCHECK(caller_task_runner()->BelongsToCurrentThread());
63 new SessionDesktopEnvironment(caller_task_runner(),
32 SessionDesktopEnvironment( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, const base::Closure& inject_sas) argument
43 SessionDesktopEnvironmentFactory( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> input_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, const base::Closure& inject_sas) argument
H A Drdp_client.cc43 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
89 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
94 DCHECK(caller_task_runner->BelongsToCurrentThread());
96 core_ = new Core(caller_task_runner, ui_task_runner, event_handler);
113 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
116 : caller_task_runner_(caller_task_runner),
88 RdpClient( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, const SkISize& screen_size, const std::string& terminal_id, EventHandler* event_handler) argument
112 Core( scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner, RdpClient::EventHandler* event_handler) argument
/external/chromium_org/remoting/host/setup/
H A Dnative_messaging_reader.cc39 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
67 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
72 caller_task_runner_(caller_task_runner),
65 Core( base::PlatformFile handle, scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, scoped_refptr<base::SequencedTaskRunner> read_task_runner, base::WeakPtr<NativeMessagingReader> reader) argument
H A Dnative_messaging_host.cc60 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
62 : caller_task_runner_(caller_task_runner),
55 NativeMessagingHost( scoped_ptr<DaemonController> daemon_controller, scoped_refptr<protocol::PairingRegistry> pairing_registry, base::PlatformFile input, base::PlatformFile output, scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner, const base::Closure& quit_closure) argument

Completed in 253 milliseconds