Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc83 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in SimpleFileWait()
89 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in SimpleFileWait()
130 EXPECT_EQ(-EINVAL, cras_file_wait_dispatch(NULL)); in TEST()
161 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
165 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
166 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in TEST()
173 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
175 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in TEST()
182 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
185 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
[all …]
/external/adhd/cras/src/common/
Dcras_file_wait.h111 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);
Dcras_file_wait.c127 int cras_file_wait_dispatch(struct cras_file_wait *file_wait) in cras_file_wait_dispatch() function
309 rc = cras_file_wait_dispatch(file_wait); in cras_file_wait_create()
/external/adhd/cras/src/libcras/
Dcras_client.c826 rc = cras_file_wait_dispatch(client->sock_file_wait); in sock_file_wait_dispatch()