Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_observer.h23 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);
Dcras_observer.c13 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()
Dcras_control_rclient.c201 struct cras_observer_ops observer_ops; in register_for_notification()
Dcras_dbus_control.c1143 struct cras_observer_ops observer_ops; in cras_dbus_control_start()
Dcras_iodev_list.c1000 struct cras_observer_ops observer_ops; in cras_iodev_list_init()
/external/adhd/cras/src/common/
Dcras_observer_ops.h16 struct cras_observer_ops { struct
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc57 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()
Dobserver_unittest.cc307 struct cras_observer_ops ops1_;
308 struct cras_observer_ops ops2_;
Diodev_list_unittest.cc31 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()
/external/adhd/cras/src/libcras/
Dcras_client.c246 struct cras_observer_ops observer_ops;