Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp100 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { in binderTestIoctlErr2() function in BinderDriverInterfaceTest
104 binderTestIoctlErr2(cmd, arg, expect_errno, expect_errno); in binderTestIoctlErr1()
163 binderTestIoctlErr2(BINDER_SET_IDLE_TIMEOUT, nullptr, EFAULT, EINVAL); in TEST_F()
167binderTestIoctlErr2(BINDER_SET_MAX_THREADS, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL… in TEST_F()
171 binderTestIoctlErr2(BINDER_SET_IDLE_PRIORITY, nullptr, EFAULT, EINVAL); in TEST_F()
175 binderTestIoctlErr2(BINDER_VERSION, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL */ in TEST_F()