OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:desktop_pipe
(Results
1 - 2
of
2
) 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_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
Completed in 4241 milliseconds