Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_observer.h43 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops);
Dcras_control_rclient.c255 empty = cras_observer_ops_are_empty(&observer_ops); in register_for_notification()
Dcras_observer.c422 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty() function
/external/adhd/cras/src/tests/
Dobserver_unittest.cc264 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_)); in SetUp()
267 EXPECT_NE(0, cras_observer_ops_are_empty(&ops2_)); in SetUp()
306 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_)); in DoObserverRemoveClear()
314 EXPECT_NE(0, cras_observer_ops_are_empty(&ops2_)); in DoObserverRemoveClear()
Dcontrol_rclient_unittest.cc952 int cras_observer_ops_are_empty(const struct cras_observer_ops* ops) { in cras_observer_ops_are_empty() function