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.h14 struct cras_file_wait;
79 struct cras_file_wait **file_wait_out);
94 int cras_file_wait_get_fd(struct cras_file_wait *file_wait);
110 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);
122 void cras_file_wait_destroy(struct cras_file_wait *file_wait);
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()
128 int cras_file_wait_dispatch(struct cras_file_wait *file_wait) in cras_file_wait_dispatch()
276 struct cras_file_wait **file_wait_out) in cras_file_wait_create()
278 struct cras_file_wait *file_wait; in cras_file_wait_create()
[all …]
/external/adhd/cras/src/tests/
Dfile_wait_unittest.cc16 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()
137 EXPECT_NE(reinterpret_cast<struct cras_file_wait*>(NULL), file_wait); in TEST()
150 EXPECT_NE(reinterpret_cast<struct cras_file_wait*>(NULL), file_wait); in TEST()
/external/adhd/cras/src/
DAndroid.bp17 "common/cras_file_wait.c",
DMakefile.am725 common/cras_file_wait.c common/cras_audio_format.c
732 common/cras_file_wait.c
835 common/cras_file_wait.c common/cras_util.c
/external/adhd/cras/src/libcras/
Dcras_client.c230 struct cras_file_wait *sock_file_wait;