Searched refs:connection_fd (Results 1 – 3 of 3) sorted by relevance
198 int connection_fd; in handle_new_connection() local209 connection_fd = accept(fd, (struct sockaddr *) address, in handle_new_connection()211 if (connection_fd < 0) { in handle_new_connection()229 cras_make_fd_nonblocking(connection_fd); in handle_new_connection()231 poll_client->fd = connection_fd; in handle_new_connection()235 poll_client->client = cras_rclient_create(connection_fd, in handle_new_connection()239 close(connection_fd); in handle_new_connection()
171 base::ScopedFD* connection_fd, in AcceptSocketConnection() argument174 connection_fd->reset(); in AcceptSocketConnection()189 *connection_fd = std::move(accepted_handle); in AcceptSocketConnection()
75 base::ScopedFD* connection_fd,