Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc75 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()
/external/adhd/cras/src/common/
Dcras_file_wait.h94 int cras_file_wait_get_fd(struct cras_file_wait *file_wait);
Dcras_file_wait.c38 int cras_file_wait_get_fd(struct cras_file_wait *file_wait) in cras_file_wait_get_fd() function
/external/adhd/cras/src/libcras/
Dcras_client.c983 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()