Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp251 virtual status_t logicalNot(bool a, bool* notA) const = 0;
289 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() function in android::tests::BpSafeInterfaceTest
291 return callRemote<decltype(&ISafeInterfaceTest::logicalNot)>(Tag::LogicalNot, a, notA); in logicalNot()
404 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() function in android::tests::BnSafeInterfaceTest
516 return callLocal(data, reply, &ISafeInterfaceTest::logicalNot); in onTransact()
631 status_t result = mSafeInterfaceTest->logicalNot(a, &notA); in TEST_F()
637 result = mSafeInterfaceTest->logicalNot(b, &notB); in TEST_F()