HomeSort by relevance Sort by last modified time
    Searched defs:connection_fd (Results 1 - 2 of 2) sorted by null

  /test/vts/drivers/shell/
ShellDriver.cpp 151 int VtsShellDriver::HandleShellCommandConnection(int connection_fd) {
152 VtsDriverCommUtil driverUtil(connection_fd);
209 int socket_fd, connection_fd; local
240 connection_fd =
242 if (connection_fd == -1) {
251 if (HandleShellCommandConnection(connection_fd) != 0) {
253 close(connection_fd);
256 close(connection_fd);
259 close(connection_fd);
  /external/adhd/cras/src/server/
cras_server.c 190 int connection_fd; local
201 connection_fd = accept(fd, (struct sockaddr *) address,
203 if (connection_fd < 0) {
221 cras_make_fd_nonblocking(connection_fd);
223 poll_client->fd = connection_fd;
227 poll_client->client = cras_rclient_create(connection_fd,
231 close(connection_fd);

Completed in 467 milliseconds