Lines Matching full:socketpair
427 ** Description create a socketpair for read thread to use436 if (signal_fds[0] == 0 && socketpair(AF_UNIX, SOCK_STREAM, 0, signal_fds) < 0)438 ALOGE("%s create_signal_sockets:socketpair failed, errno: %d", __func__, errno);449 ** Description close the socketpair