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

/frameworks/native/libs/binder/tests/
H A DbinderDriverInterfaceTest.cpp90 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { function in class:BinderDriverInterfaceTest
94 binderTestIoctlErr2(cmd, arg, expect_errno, expect_errno);
147 binderTestIoctlErr2(BINDER_SET_IDLE_TIMEOUT, NULL, EFAULT, EINVAL);
151 binderTestIoctlErr2(BINDER_SET_MAX_THREADS, NULL, EFAULT, EINVAL); /* TODO: don't accept EINVAL */
155 binderTestIoctlErr2(BINDER_SET_IDLE_PRIORITY, NULL, EFAULT, EINVAL);
159 binderTestIoctlErr2(BINDER_VERSION, NULL, EFAULT, EINVAL); /* TODO: don't accept EINVAL */

Completed in 84 milliseconds