Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_main_message.c62 static int read_main_message(int msg_fd, uint8_t *buf, size_t max_len) in read_main_message() argument
67 nread = read(msg_fd, buf, sizeof(msg->length)); in read_main_message()
74 rc = read(msg_fd, &buf[0] + nread, to_read); in read_main_message()
Daudio_thread.c827 int msg_fd; in audio_io_thread() local
830 msg_fd = thread->to_thread_fds[0]; in audio_io_thread()
836 thread->pollfds[0].fd = msg_fd; in audio_io_thread()