Home
last modified time | relevance | path

Searched refs:cras_file_wait (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/common/
Dcras_file_wait.c23 struct cras_file_wait { struct
38 int cras_file_wait_get_fd(struct cras_file_wait *file_wait) in cras_file_wait_get_fd() argument
48 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait);
49 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait) in cras_file_wait_mock_race_condition()
55 void cras_file_wait_destroy(struct cras_file_wait *file_wait) in cras_file_wait_destroy()
64 static int cras_file_wait_rm_watch(struct cras_file_wait *file_wait) in cras_file_wait_rm_watch()
82 int cras_file_wait_process_event(struct cras_file_wait *file_wait, in cras_file_wait_process_event()
127 int cras_file_wait_dispatch(struct cras_file_wait *file_wait) in cras_file_wait_dispatch()
274 struct cras_file_wait **file_wait_out) in cras_file_wait_create()
276 struct cras_file_wait *file_wait; in cras_file_wait_create()
[all …]
Dcras_file_wait.h14 struct cras_file_wait;
80 struct cras_file_wait **file_wait_out);
95 int cras_file_wait_get_fd(struct cras_file_wait *file_wait);
111 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);
123 void cras_file_wait_destroy(struct cras_file_wait *file_wait);
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc15 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait);
52 struct cras_file_wait *file_wait; in SimpleFileWait()
67 EXPECT_NE(reinterpret_cast<struct cras_file_wait *>(NULL), file_wait); in SimpleFileWait()
96 struct cras_file_wait *file_wait; in TEST()
138 EXPECT_NE(reinterpret_cast<struct cras_file_wait *>(NULL), file_wait); in TEST()
152 EXPECT_NE(reinterpret_cast<struct cras_file_wait *>(NULL), file_wait); in TEST()
/external/adhd/cras/src/
DAndroid.bp7 "common/cras_file_wait.c",
DMakefile.am612 common/cras_config.c common/cras_util.c common/cras_file_wait.c
714 common/cras_file_wait.c common/cras_util.c
/external/adhd/cras/src/libcras/
Dcras_client.c228 struct cras_file_wait *sock_file_wait;