Home
last modified time | relevance | path

Searched refs:cras_observer_ops (Results 1 – 11 of 11) 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.c14 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()
Dcras_bt_battery_provider.c236 struct cras_observer_ops observer_ops; in cras_bt_on_battery_provider_registered()
Dcras_control_rclient.c202 struct cras_observer_ops observer_ops; in register_for_notification()
Dcras_dbus_control.c1484 struct cras_observer_ops observer_ops; in cras_dbus_control_start()
Dcras_iodev_list.c1060 struct cras_observer_ops observer_ops; in cras_iodev_list_init()
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc58 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()
Dobserver_unittest.cc326 struct cras_observer_ops ops1_;
327 struct cras_observer_ops ops2_;
Diodev_list_unittest.cc32 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()
/external/adhd/cras/src/common/
Dcras_observer_ops.h16 struct cras_observer_ops { struct
/external/adhd/cras/src/libcras/
Dcras_client.c246 struct cras_observer_ops observer_ops;