Searched refs:cras_file_wait_dispatch (Results 1 – 4 of 4) sorted by relevance
/external/adhd/cras/src/tests/ |
D | file_wait_unittest.cc | 83 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/ |
D | cras_file_wait.h | 110 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);
|
D | cras_file_wait.c | 128 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/ |
D | cras_client.c | 909 rc = cras_file_wait_dispatch(client->sock_file_wait); in sock_file_wait_dispatch()
|