Searched refs:to_main_fds (Results 1 – 2 of 2) sorted by relevance
182 return write(thread->to_main_fds[1], &rc, sizeof(rc)); in audio_thread_send_response()738 return write(thread->to_main_fds[1], &rsp, sizeof(rsp)); in handle_playback_thread_message()1017 err = read_until_finished(thread->to_main_fds[0], &rsp, sizeof(rsp)); in audio_thread_post_message()1203 err = read_until_finished(thread->to_main_fds[0], &rsp, sizeof(rsp)); in audio_thread_config_global_remix()1225 thread->to_main_fds[0] = -1; in audio_thread_create()1226 thread->to_main_fds[1] = -1; in audio_thread_create()1235 rc = pipe(thread->to_main_fds); in audio_thread_create()1341 if (thread->to_main_fds[0] != -1) { in audio_thread_destroy()1342 close(thread->to_main_fds[0]); in audio_thread_destroy()1343 close(thread->to_main_fds[1]); in audio_thread_destroy()
37 int to_main_fds[2]; member