Searched refs:msg_fd (Results 1 – 2 of 2) sorted by relevance
62 static int read_main_message(int msg_fd, uint8_t *buf, size_t max_len) in read_main_message() argument67 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()
827 int msg_fd; in audio_io_thread() local830 msg_fd = thread->to_thread_fds[0]; in audio_io_thread()836 thread->pollfds[0].fd = msg_fd; in audio_io_thread()