Home | History | Annotate | Download | only in adaptation

Lines Matching refs:socketpair

397 ** Description      create a socketpair for read thread to use
406 if (signal_fds[0] == 0 && socketpair(AF_UNIX, SOCK_STREAM, 0, signal_fds) < 0)
408 ALOGE("%s create_signal_sockets:socketpair failed, errno: %d", __func__, errno);
419 ** Description close the socketpair