HomeSort by relevance Sort by last modified time
    Searched full:desktop_pipe (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/remoting/host/
desktop_process.cc 132 IPC::PlatformFileForTransit desktop_pipe; local
133 if (!desktop_agent_->Start(AsWeakPtr(), &desktop_pipe)) {
147 // Pass |desktop_pipe| to the daemon.
149 new ChromotingDesktopDaemonMsg_DesktopAttached(desktop_pipe));
desktop_session_connector.h 45 // handle. |desktop_pipe| is the client end of the pipe opened by the desktop
50 IPC::PlatformFileForTransit desktop_pipe) = 0;
ipc_desktop_environment.cc 173 IPC::PlatformFileForTransit desktop_pipe) {
177 base::Unretained(this), terminal_id, desktop_process, desktop_pipe));
184 i->second->AttachToDesktop(desktop_process, desktop_pipe);
189 DCHECK(desktop_pipe.auto_close);
191 base::ClosePlatformFile(desktop_pipe.fd);
daemon_process_win.cc 63 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
129 IPC::PlatformFileForTransit desktop_pipe) {
143 // |desktop_pipe| is a handle in the desktop process. It will be duplicated
146 terminal_id, desktop_process_for_transit, desktop_pipe));
chromoting_messages.h 48 // process. |desktop_pipe| is the client end of the desktop-to-network pipe
51 // Windows only: |desktop_pipe| has to be duplicated from the desktop process
57 IPC::PlatformFileForTransit /* desktop_pipe */)
116 // |desktop_pipe| specifies the client end of the desktop pipe. It is to be
119 // Windows only: |desktop_pipe| has to be duplicated from the desktop process by
122 IPC::PlatformFileForTransit /* desktop_pipe */)
desktop_session_proxy.cc 216 IPC::PlatformFileForTransit desktop_pipe) {
231 // On Windows: |desktop_process| is a valid handle, but |desktop_pipe| needs
234 if (!DuplicateHandle(desktop_process_, desktop_pipe, GetCurrentProcess(),
248 // On posix: |desktop_pipe| is a valid file descriptor.
249 DCHECK(desktop_pipe.auto_close);
251 IPC::ChannelHandle desktop_channel_handle(std::string(), desktop_pipe); local
daemon_process.h 79 // |desktop_pipe| specifies the client end of the desktop pipe. Returns true
84 IPC::PlatformFileForTransit desktop_pipe) = 0;
desktop_session_win.h 98 void OnDesktopSessionAgentAttached(IPC::PlatformFileForTransit desktop_pipe);
ipc_desktop_environment.h 99 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
ipc_desktop_environment_unittest.cc 160 void OnDesktopAttached(IPC::PlatformFileForTransit desktop_pipe);
410 IPC::PlatformFileForTransit desktop_pipe) {
414 terminal_id_, base::GetCurrentProcessHandle(), desktop_pipe);
desktop_session_win.cc 572 IPC::PlatformFileForTransit desktop_pipe) {
575 desktop_pipe)) {
desktop_session_proxy.h 90 IPC::PlatformFileForTransit desktop_pipe);

Completed in 845 milliseconds