Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp35 uint32_t max_threads = 0; in SetUp() local
41 ret = ioctl(m_binderFd, BINDER_SET_MAX_THREADS, &max_threads); in SetUp()
168 uint32_t max_threads = 0; in TEST_F() local
169 binderTestIoctl(BINDER_SET_MAX_THREADS, &max_threads); in TEST_F()