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.h40 void cras_observer_set_ops(struct cras_observer_client *client,
Dcras_observer.c403 void cras_observer_set_ops(struct cras_observer_client *client, in cras_observer_set_ops() function
425 cras_observer_set_ops(client, ops); in cras_observer_add()
Dcras_rclient.c367 cras_observer_set_ops(client->observer, &observer_ops); in register_for_notification()
/external/adhd/cras/src/tests/
Dobserver_unittest.cc291 cras_observer_set_ops(client2_, &ops2_); in DoObserverRemoveClear()
Drclient_unittest.cc944 void cras_observer_set_ops(struct cras_observer_client *client, in cras_observer_set_ops() function