Home
last modified time | relevance | path

Searched refs:to_thread_fds (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Daudio_thread.c233 thread->to_thread_fds[0], buf, sizeof(msg->length)); in audio_thread_read_command()
241 rc = read_until_finished(thread->to_thread_fds[0], in audio_thread_read_command()
898 msg_fd = thread->to_thread_fds[0]; in audio_io_thread()
1011 err = write(thread->to_thread_fds[1], msg, msg->length); in audio_thread_post_message()
1197 err = write(thread->to_thread_fds[1], &msg, msg.header.length); in audio_thread_config_global_remix()
1223 thread->to_thread_fds[0] = -1; in audio_thread_create()
1224 thread->to_thread_fds[1] = -1; in audio_thread_create()
1229 rc = pipe(thread->to_thread_fds); in audio_thread_create()
1337 if (thread->to_thread_fds[0] != -1) { in audio_thread_destroy()
1338 close(thread->to_thread_fds[0]); in audio_thread_destroy()
[all …]
Daudio_thread.h36 int to_thread_fds[2]; member