Searched refs:cras_file_wait_get_fd (Results 1 – 4 of 4) sorted by relevance
75 poll_fd.fd = cras_file_wait_get_fd(file_wait); in SimpleFileWait()131 EXPECT_EQ(-EINVAL, cras_file_wait_get_fd(NULL)); in TEST()154 poll_fd.fd = cras_file_wait_get_fd(file_wait); in TEST()
95 int cras_file_wait_get_fd(struct cras_file_wait *file_wait);
38 int cras_file_wait_get_fd(struct cras_file_wait *file_wait) in cras_file_wait_get_fd() function
901 poll_fd[0].fd = cras_file_wait_get_fd(client->sock_file_wait); in connect_to_server()1987 rc = cras_file_wait_get_fd(client->sock_file_wait); in client_thread()