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 const struct cras_observer_ops *ops,
32 struct cras_observer_ops *ops);
41 const struct cras_observer_ops *ops);
44 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;
387 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty()
393 struct cras_observer_ops *ops) in cras_observer_get_ops()
404 const struct cras_observer_ops *ops) in cras_observer_set_ops()
415 const struct cras_observer_ops *ops, in cras_observer_add()
Dcras_rclient.c309 struct cras_observer_ops observer_ops; in register_for_notification()
Dcras_dbus_control.c1186 struct cras_observer_ops observer_ops; in cras_dbus_control_start()
Dcras_iodev_list.c1021 struct cras_observer_ops observer_ops; in cras_iodev_list_init()
/external/adhd/cras/src/tests/
Drclient_unittest.cc54 static struct cras_observer_ops cras_observer_ops_value;
57 static struct cras_observer_ops cras_observer_ops_are_empty_empty_ops;
928 const struct cras_observer_ops *ops, in cras_observer_add()
938 struct cras_observer_ops *ops) in cras_observer_get_ops()
945 const struct cras_observer_ops *ops) in cras_observer_set_ops()
951 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty()
Dobserver_unittest.cc302 struct cras_observer_ops ops1_;
303 struct cras_observer_ops ops2_;
Diodev_list_unittest.cc29 static struct cras_observer_ops *observer_ops;
1853 const struct cras_observer_ops *ops, in cras_observer_add()
1856 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.c243 struct cras_observer_ops observer_ops;