Searched refs:cras_observer_ops (Results 1 – 11 of 11) sorted by relevance
23 cras_observer_add(const struct cras_observer_ops *ops, void *context);31 struct cras_observer_ops *ops);40 const struct cras_observer_ops *ops);43 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops);
14 struct cras_observer_ops ops;103 static struct cras_observer_ops g_empty_ops;422 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty()428 struct cras_observer_ops *ops) in cras_observer_get_ops()439 const struct cras_observer_ops *ops) in cras_observer_set_ops()450 cras_observer_add(const struct cras_observer_ops *ops, void *context) in cras_observer_add()
236 struct cras_observer_ops observer_ops; in cras_bt_on_battery_provider_registered()
202 struct cras_observer_ops observer_ops; in register_for_notification()
1484 struct cras_observer_ops observer_ops; in cras_dbus_control_start()
1060 struct cras_observer_ops observer_ops; in cras_iodev_list_init()
58 static struct cras_observer_ops cras_observer_ops_value;61 static struct cras_observer_ops cras_observer_ops_are_empty_empty_ops;932 const struct cras_observer_ops* ops, in cras_observer_add()941 struct cras_observer_ops* ops) { in cras_observer_get_ops()947 const struct cras_observer_ops* ops) { in cras_observer_set_ops()952 int cras_observer_ops_are_empty(const struct cras_observer_ops* ops) { in cras_observer_ops_are_empty()
326 struct cras_observer_ops ops1_;327 struct cras_observer_ops ops2_;
32 static struct cras_observer_ops* observer_ops;2291 const struct cras_observer_ops* ops, in cras_observer_add()2293 observer_ops = (struct cras_observer_ops*)calloc(1, sizeof(*ops)); in cras_observer_add()
16 struct cras_observer_ops { struct
246 struct cras_observer_ops observer_ops;