Lines Matching refs:cras_alert
16 void prepare(struct cras_alert* alert);
44 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
55 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
68 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
81 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
97 struct cras_alert* alert = in TEST_F()
114 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
128 struct cras_alert* alert = cras_alert_create(NULL, 0); in TEST_F()
138 struct cras_alert* alert1 = cras_alert_create(NULL, 0); in TEST_F()
139 struct cras_alert* alert2 = cras_alert_create(NULL, 0); in TEST_F()
155 struct cras_alert* alert = cras_alert_create(prepare, 0); in TEST_F()
167 struct cras_alert* alert1 = cras_alert_create(prepare, 0); in TEST_F()
168 struct cras_alert* alert2 = cras_alert_create(prepare, 0); in TEST_F()
213 cras_alert_pending((struct cras_alert*)arg); in callback2()
217 void prepare(struct cras_alert* alert) { in prepare()