Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dobserver_unittest.cc263 cras_observer_get_ops(NULL, &ops1_); in SetUp()
266 cras_observer_get_ops(NULL, &ops2_); in SetUp()
305 cras_observer_get_ops(NULL, &ops1_); in DoObserverRemoveClear()
309 cras_observer_get_ops(client2_, &ops1_); in DoObserverRemoveClear()
313 cras_observer_get_ops(NULL, &ops2_); in DoObserverRemoveClear()
Dcontrol_rclient_unittest.cc940 void cras_observer_get_ops(const struct cras_observer_client* client, in cras_observer_get_ops() function
/external/adhd/cras/src/server/
Dcras_observer.h30 void cras_observer_get_ops(const struct cras_observer_client *client,
Dcras_control_rclient.c205 cras_observer_get_ops(client->observer, &observer_ops); in register_for_notification()
Dcras_observer.c427 void cras_observer_get_ops(const struct cras_observer_client *client, in cras_observer_get_ops() function