Searched refs:command_fds (Results 1 – 1 of 1) sorted by relevance
225 int command_fds[2]; member1906 rc = read(client->command_fds[0], buf, sizeof(msg->len)); in handle_command_message()1912 rc = read(client->command_fds[0], &buf[0] + rc, to_read); in handle_command_message()2002 if (client->command_fds[0] >= 0) { in client_thread()2004 pollfds[num_pollfds].fd = client->command_fds[0]; in client_thread()2047 rc = write(client->command_fds[1], msg, msg->len); in send_command_message()2191 rc = pipe((*client)->command_fds); in cras_client_create()2198 close((*client)->command_fds[0]); in cras_client_create()2199 close((*client)->command_fds[1]); in cras_client_create()2234 close(client->command_fds[0]); in cras_client_destroy()[all …]