Lines Matching refs:cras_alert
20 struct cras_alert *output_volume;
21 struct cras_alert *output_mute;
22 struct cras_alert *capture_gain;
23 struct cras_alert *capture_mute;
24 struct cras_alert *nodes;
25 struct cras_alert *active_node;
26 struct cras_alert *output_node_volume;
27 struct cras_alert *node_left_right_swapped;
28 struct cras_alert *input_node_gain;
29 struct cras_alert *suspend_changed;
30 struct cras_alert *hotword_triggered;
36 struct cras_alert *num_active_streams[CRAS_NUM_DIRECTIONS];
37 struct cras_alert *non_empty_audio_state_changed;
38 struct cras_alert *bt_battery_changed;
39 struct cras_alert *num_input_streams_with_permission;
164 static void nodes_prepare(struct cras_alert *alert) in nodes_prepare()
319 static int cras_observer_server_set_alert(struct cras_alert **alert, in cras_observer_server_set_alert()
577 struct cras_alert *alert; in cras_observer_notify_num_active_streams()
592 struct cras_alert *alert; in cras_observer_notify_input_streams_with_permission()