Home
last modified time | relevance | path

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

/external/adhd/cras/src/common/
Dcras_file_wait.c136 ssize_t read_rc; in cras_file_wait_dispatch() local
145 read_rc = read(file_wait->inotify_fd, file_wait->event_buf, in cras_file_wait_dispatch()
147 if (read_rc < 0) { in cras_file_wait_dispatch()
155 } else if (read_rc < CRAS_FILE_WAIT_EVENT_MIN_SIZE) { in cras_file_wait_dispatch()
160 } else while (rc == 0 && read_offset < read_rc) { in cras_file_wait_dispatch()