Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderSafeInterfaceTest.cpp248 virtual status_t logicalNot(bool a, bool* notA) const = 0;
286 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() function in android::tests::BpSafeInterfaceTest
288 return callRemote<decltype(&ISafeInterfaceTest::logicalNot)>(Tag::LogicalNot, a, notA); in logicalNot()
401 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() function in android::tests::BnSafeInterfaceTest
513 return callLocal(data, reply, &ISafeInterfaceTest::logicalNot); in onTransact()
625 status_t result = mSafeInterfaceTest->logicalNot(a, &notA); in TEST_F()
631 result = mSafeInterfaceTest->logicalNot(b, &notB); in TEST_F()