Home
last modified time | relevance | path

Searched defs:cras_observer_ops (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/common/
Dcras_observer_ops.h16 struct cras_observer_ops { struct
18 void (*output_volume_changed)(void *context, int32_t volume);
20 void (*output_mute_changed)(void *context, int muted, int user_muted,
23 void (*capture_gain_changed)(void *context, int32_t gain);
25 void (*capture_mute_changed)(void *context, int muted, int mute_locked);
27 void (*nodes_changed)(void *context);
30 void (*active_node_changed)(void *context,
34 void (*output_node_volume_changed)(void *context,
38 void (*node_left_right_swapped_changed)(void *context,
42 void (*input_node_gain_changed)(void *context, cras_node_id_t node_id,
[all …]