HomeSort by relevance Sort by last modified time
    Searched refs:SocketPair (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_listener.cc 93 if (!IPC::SocketPair(
95 !IPC::SocketPair(
97 !IPC::SocketPair(
  /external/chromium_org/ipc/
ipc_channel.h 183 // On POSIX an IPC::Channel wraps a socketpair(), this method returns the
228 // SocketPair() creates a pair of socket FDs suitable for using with
230 IPC_EXPORT bool SocketPair(int* fd1, int* fd2);
ipc_channel_posix.cc 210 bool SocketPair(int* fd1, int* fd2) {
212 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipe_fds) != 0) {
213 PLOG(ERROR) << "socketpair()";
312 if (!SocketPair(&local_pipe, &client_pipe_))
322 // Create a dedicated socketpair() for exchanging file descriptors.
325 if (!SocketPair(&fd_pipe_, &remote_fd_pipe_)) {
    [all...]
  /system/core/adb/
sysdeps_win32.c 92 typedef struct SocketPairRec_* SocketPair;
102 SocketPair pair;
1123 SocketPair pair = f->fh_pair;
1152 SocketPair pair = f->fh_pair;
1169 SocketPair pair = f->fh_pair;
1200 SocketPair pair;
    [all...]

Completed in 378 milliseconds