Home
last modified time | relevance | path

Searched refs:connection_fd (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_server.c198 int connection_fd; in handle_new_connection() local
209 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()
/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.cc171 base::ScopedFD* connection_fd, in AcceptSocketConnection() argument
174 connection_fd->reset(); in AcceptSocketConnection()
189 *connection_fd = std::move(accepted_handle); in AcceptSocketConnection()
Dsocket_utils_posix.h75 base::ScopedFD* connection_fd,