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.c242 nread = read_until_finished(thread->to_thread_fds[0], buf, in audio_thread_read_command()
251 rc = read_until_finished(thread->to_thread_fds[0], in audio_thread_read_command()
830 msg_fd = thread->to_thread_fds[0]; in audio_io_thread()
955 err = write(thread->to_thread_fds[1], msg, msg->length); in audio_thread_post_message()
1155 err = write(thread->to_thread_fds[1], &msg, msg.header.length); in audio_thread_config_global_remix()
1181 thread->to_thread_fds[0] = -1; in audio_thread_create()
1182 thread->to_thread_fds[1] = -1; in audio_thread_create()
1187 rc = pipe(thread->to_thread_fds); in audio_thread_create()
1301 if (thread->to_thread_fds[0] != -1) { in audio_thread_destroy()
1302 close(thread->to_thread_fds[0]); in audio_thread_destroy()
[all …]
Daudio_thread.h36 int to_thread_fds[2]; member