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

  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 291 std::string pipe_handle = base::StringPrintf( local
296 command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle);
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 336 int pipe_handle = 0; local
338 !base::StringToInt(channel_name, &pipe_handle)) {
345 base::win::ScopedHandle pipe(reinterpret_cast<HANDLE>(pipe_handle));
348 base::FileDescriptor pipe(pipe_handle, true);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Pipe.c     [all...]

Completed in 459 milliseconds