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 185 IPC::PlatformFileForTransit desktop_pipe) {
189 base::Unretained(this), terminal_id, desktop_process, desktop_pipe));
196 i->second->AttachToDesktop(desktop_process, desktop_pipe);
201 DCHECK(desktop_pipe.auto_close);
202 base::File pipe_closer(IPC::PlatformFileForTransitToFile(desktop_pipe));
chromoting_messages.h 54 // process. |desktop_pipe| is the client end of the desktop-to-network pipe
57 // Windows only: |desktop_pipe| has to be duplicated from the desktop process
63 IPC::PlatformFileForTransit /* desktop_pipe */)
122 // |desktop_pipe| specifies the client end of the desktop pipe. It is to be
125 // Windows only: |desktop_pipe| has to be duplicated from the desktop process by
128 IPC::PlatformFileForTransit /* desktop_pipe */)
daemon_process_win.cc 81 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
162 IPC::PlatformFileForTransit desktop_pipe) {
176 // |desktop_pipe| is a handle in the desktop process. It will be duplicated
179 terminal_id, desktop_process_for_transit, desktop_pipe));
desktop_session_proxy.cc 223 IPC::PlatformFileForTransit desktop_pipe) {
238 // On Windows: |desktop_process| is a valid handle, but |desktop_pipe| needs
241 if (!DuplicateHandle(desktop_process_, desktop_pipe, GetCurrentProcess(),
254 // On posix: |desktop_pipe| is a valid file descriptor.
255 DCHECK(desktop_pipe.auto_close);
257 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 104 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
ipc_desktop_environment_unittest.cc 165 void OnDesktopAttached(IPC::PlatformFileForTransit desktop_pipe);
423 IPC::PlatformFileForTransit desktop_pipe) {
427 terminal_id_, base::GetCurrentProcessHandle(), desktop_pipe);
desktop_session_win.cc 574 IPC::PlatformFileForTransit desktop_pipe) {
577 desktop_pipe)) {
desktop_session_proxy.h 96 IPC::PlatformFileForTransit desktop_pipe);

Completed in 53 milliseconds