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

  /system/core/adb/
sysdeps_win32.c 91 typedef struct SocketPairRec_* SocketPair;
101 SocketPair pair;
1115 SocketPair pair = f->fh_pair;
1144 SocketPair pair = f->fh_pair;
1161 SocketPair pair = f->fh_pair;
1192 SocketPair pair;
    [all...]
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 113 if (nacl::SocketPair(pair) == -1)
  /external/chromium_org/ipc/
ipc_channel_posix.cc 198 bool SocketPair(int* fd1, int* fd2) {
200 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pipe_fds) != 0) {
201 PLOG(ERROR) << "socketpair()";
300 if (!SocketPair(&local_pipe, &client_pipe_))
310 // Create a dedicated socketpair() for exchanging file descriptors.
313 if (!SocketPair(&fd_pipe_, &remote_fd_pipe_)) {
    [all...]

Completed in 162 milliseconds