Searched refs:binderTestIoctlErr2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 90 void binderTestIoctlErr2(int cmd, void *arg, int expect_errno, int accept_errno) { in binderTestIoctlErr2() function in BinderDriverInterfaceTest 94 binderTestIoctlErr2(cmd, arg, expect_errno, expect_errno); in binderTestIoctlErr1() 147 binderTestIoctlErr2(BINDER_SET_IDLE_TIMEOUT, NULL, EFAULT, EINVAL); in TEST_F() 151 … binderTestIoctlErr2(BINDER_SET_MAX_THREADS, NULL, EFAULT, EINVAL); /* TODO: don't accept EINVAL */ in TEST_F() 155 binderTestIoctlErr2(BINDER_SET_IDLE_PRIORITY, NULL, EFAULT, EINVAL); in TEST_F() 159 binderTestIoctlErr2(BINDER_VERSION, NULL, EFAULT, EINVAL); /* TODO: don't accept EINVAL */ in TEST_F()
|