HomeSort by relevance Sort by last modified time
    Searched refs:cras_observer_get_ops (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/server/
cras_observer.h 31 void cras_observer_get_ops(const struct cras_observer_client *client,
cras_observer.c 392 void cras_observer_get_ops(const struct cras_observer_client *client, function
cras_rclient.c 312 cras_observer_get_ops(client->observer, &observer_ops);
  /external/adhd/cras/src/tests/
observer_unittest.cc 239 cras_observer_get_ops(NULL, &ops1_);
242 cras_observer_get_ops(NULL, &ops2_);
281 cras_observer_get_ops(NULL, &ops1_);
285 cras_observer_get_ops(client2_, &ops1_);
289 cras_observer_get_ops(NULL, &ops2_);
rclient_unittest.cc 937 void cras_observer_get_ops(const struct cras_observer_client *client, function

Completed in 179 milliseconds