Searched refs:multithreadInterface (Results 1 – 1 of 1) sorted by relevance
353 sp<IMultithread> multithreadInterface; member in HidlEnvironment406 multithreadInterface = in getServices()408 ASSERT_NE(multithreadInterface, nullptr); in getServices()409 ASSERT_EQ(multithreadInterface->isRemote(), mode == BINDERIZED); in getServices()2528 sp<IMultithread> multithreadInterface; member in HidlMultithreadTest2533 multithreadInterface = gHidlEnvironment->multithreadInterface; in SetUp()2541 EXPECT_OK(multithreadInterface->setNumThreads(maxThreads, numThreads)); in test_multithread()2548 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()