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()130 EXPECT_EQ(-EINVAL, cras_file_wait_get_fd(NULL)); in TEST()152 poll_fd.fd = cras_file_wait_get_fd(file_wait); in TEST()
94 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
983 poll_fd[0].fd = cras_file_wait_get_fd(client->sock_file_wait); in connect_to_server()2054 rc = cras_file_wait_get_fd(client->sock_file_wait); in client_thread()