Searched refs:client_fd (Results 1 – 3 of 3) sorted by relevance
223 int client_fd = INVALID_FD; in connection_request_cb() local242 new_sco_socket = sco_socket_establish_locked(true, NULL, &client_fd); in connection_request_cb()261 client_fd) != sizeof(connect_signal)) { in connection_request_cb()274 if (client_fd != INVALID_FD) close(client_fd); in connection_request_cb()
140 unique_fd client_fd = clientSocket(mSocketPath); in testCommand() local141 sendCmd(client_fd.get(), command); in testCommand()143 std::string reply = recvReply(client_fd.get()); in testCommand()
655 int client_fd = accept(listen_fd, nullptr, nullptr); in main() local657 if (client_fd < 0) in main()659 HandleConnection(client_fd); in main()