Searched refs:multithreadInterface (Results 1 – 1 of 1) sorted by relevance
353 sp<IMultithread> multithreadInterface; member in HidlEnvironment412 multithreadInterface = in getServices()414 ASSERT_NE(multithreadInterface, nullptr); in getServices()415 ASSERT_EQ(multithreadInterface->isRemote(), mode == BINDERIZED); in getServices()2544 sp<IMultithread> multithreadInterface; member in HidlMultithreadTest2549 multithreadInterface = gHidlEnvironment->multithreadInterface; in SetUp()2557 EXPECT_OK(multithreadInterface->setNumThreads(maxThreads, numThreads)); in test_multithread()2564 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()