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.h44 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops);
Dcras_observer.c387 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty() function
Dcras_rclient.c361 empty = cras_observer_ops_are_empty(&observer_ops); in register_for_notification()
/external/adhd/cras/src/tests/
Dobserver_unittest.cc240 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_)); in SetUp()
243 EXPECT_NE(0, cras_observer_ops_are_empty(&ops2_)); in SetUp()
282 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_)); in DoObserverRemoveClear()
290 EXPECT_NE(0, cras_observer_ops_are_empty(&ops2_)); in DoObserverRemoveClear()
Drclient_unittest.cc951 int cras_observer_ops_are_empty(const struct cras_observer_ops *ops) in cras_observer_ops_are_empty() function