Searched refs:command_reply_fds (Results 1 – 1 of 1) sorted by relevance
226 int command_reply_fds[2]; member1964 if (write(client->command_reply_fds[1], &rc, sizeof(rc)) != sizeof(rc)) in handle_command_message()2032 close(client->command_reply_fds[1]); in client_thread()2033 client->command_reply_fds[1] = -1; in client_thread()2052 rc = read(client->command_reply_fds[0], &cmd_res, sizeof(cmd_res)); in send_command_message()2202 (*client)->command_reply_fds[0] = -1; in cras_client_create()2203 (*client)->command_reply_fds[1] = -1; in cras_client_create()2750 assert(client->command_reply_fds[0] == -1 && in cras_client_run_thread()2751 client->command_reply_fds[1] == -1); in cras_client_run_thread()2753 if (pipe(client->command_reply_fds) < 0) in cras_client_run_thread()[all …]