Searched refs:cras_observer_ops (Results 1 – 10 of 10) 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);
13 struct cras_observer_ops ops;91 static struct cras_observer_ops g_empty_ops;377 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty()383 struct cras_observer_ops *ops) in cras_observer_get_ops()394 const struct cras_observer_ops *ops) in cras_observer_set_ops()405 cras_observer_add(const struct cras_observer_ops *ops, void *context) in cras_observer_add()
201 struct cras_observer_ops observer_ops; in register_for_notification()
1143 struct cras_observer_ops observer_ops; in cras_dbus_control_start()
1000 struct cras_observer_ops observer_ops; in cras_iodev_list_init()
16 struct cras_observer_ops { struct
57 static struct cras_observer_ops cras_observer_ops_value;60 static struct cras_observer_ops cras_observer_ops_are_empty_empty_ops;982 const struct cras_observer_ops* ops, in cras_observer_add()991 struct cras_observer_ops* ops) { in cras_observer_get_ops()997 const struct cras_observer_ops* ops) { in cras_observer_set_ops()1002 int cras_observer_ops_are_empty(const struct cras_observer_ops* ops) { in cras_observer_ops_are_empty()
307 struct cras_observer_ops ops1_;308 struct cras_observer_ops ops2_;
31 static struct cras_observer_ops* observer_ops;1825 const struct cras_observer_ops* ops, in cras_observer_add()1827 observer_ops = (struct cras_observer_ops*)calloc(1, sizeof(*ops)); in cras_observer_add()
246 struct cras_observer_ops observer_ops;