Searched refs:multithreadInterface (Results 1 – 1 of 1) sorted by relevance
365 sp<IMultithread> multithreadInterface; member in HidlEnvironment418 multithreadInterface = in getServices()420 ASSERT_NE(multithreadInterface, nullptr); in getServices()421 ASSERT_EQ(multithreadInterface->isRemote(), mode == BINDERIZED); in getServices()2548 sp<IMultithread> multithreadInterface; member in HidlMultithreadTest2553 multithreadInterface = gHidlEnvironment->multithreadInterface; in SetUp()2561 EXPECT_OK(multithreadInterface->setNumThreads(maxThreads, numThreads)); in test_multithread()2568 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()