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.cc239 cras_observer_get_ops(NULL, &ops1_); in SetUp()
242 cras_observer_get_ops(NULL, &ops2_); in SetUp()
281 cras_observer_get_ops(NULL, &ops1_); in DoObserverRemoveClear()
285 cras_observer_get_ops(client2_, &ops1_); in DoObserverRemoveClear()
289 cras_observer_get_ops(NULL, &ops2_); in DoObserverRemoveClear()
Drclient_unittest.cc937 void cras_observer_get_ops(const struct cras_observer_client *client, in cras_observer_get_ops() function
/external/adhd/cras/src/server/
Dcras_observer.h31 void cras_observer_get_ops(const struct cras_observer_client *client,
Dcras_observer.c392 void cras_observer_get_ops(const struct cras_observer_client *client, in cras_observer_get_ops() function
Dcras_rclient.c312 cras_observer_get_ops(client->observer, &observer_ops); in register_for_notification()