Home
last modified time | relevance | path

Searched refs:cras_observer_set_ops (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Dcras_observer.h39 void cras_observer_set_ops(struct cras_observer_client *client,
Dcras_observer.c438 void cras_observer_set_ops(struct cras_observer_client *client, in cras_observer_set_ops() function
459 cras_observer_set_ops(client, ops); in cras_observer_add()
Dcras_control_rclient.c261 cras_observer_set_ops(client->observer, &observer_ops); in register_for_notification()
/external/adhd/cras/src/tests/
Dobserver_unittest.cc315 cras_observer_set_ops(client2_, &ops2_); in DoObserverRemoveClear()
Dcontrol_rclient_unittest.cc946 void cras_observer_set_ops(struct cras_observer_client* client, in cras_observer_set_ops() function