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()
129 EXPECT_EQ(-EINVAL, cras_file_wait_dispatch(NULL)); in TEST()
159 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
163 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
164 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in TEST()
171 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
173 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in TEST()
180 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
183 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in TEST()
[all …]
/external/adhd/cras/src/common/
Dcras_file_wait.h110 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);
Dcras_file_wait.c128 int cras_file_wait_dispatch(struct cras_file_wait *file_wait) in cras_file_wait_dispatch() function
311 rc = cras_file_wait_dispatch(file_wait); in cras_file_wait_create()
/external/adhd/cras/src/libcras/
Dcras_client.c909 rc = cras_file_wait_dispatch(client->sock_file_wait); in sock_file_wait_dispatch()