Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp636 bool notB = false; in TEST_F() local
637 result = mSafeInterfaceTest->logicalNot(b, &notB); in TEST_F()
639 ASSERT_EQ(!b, notB); in TEST_F()