Home | History | Annotate | Download | only in libcutils

Lines Matching refs:accept

1026     // Accept connection.
1027 int socket = accept(listenerFd->fd, NULL, NULL);
1029 ALOGW("accept() error: %s", strerror(errno));