Searched refs:ops1_ (Results 1 - 1 of 1) sorted by relevance

/external/adhd/cras/src/tests/
H A Dobserver_unittest.cc234 cras_observer_get_ops(NULL, &ops1_);
235 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_));
251 client1_ = cras_observer_add(&ops1_, context1_);
275 // Clear out ops1_.
276 cras_observer_get_ops(NULL, &ops1_);
277 EXPECT_NE(0, cras_observer_ops_are_empty(&ops1_));
279 // Get the current value of ops2_ into ops1_.
280 cras_observer_get_ops(client2_, &ops1_);
281 EXPECT_EQ(0, memcmp((void *)&ops1_, (void *)&ops2_, sizeof(ops1_)));
296 struct cras_observer_ops ops1_; member in class:__anon779::ObserverTest
[all...]

Completed in 88 milliseconds