Searched refs:multithreadInterface (Results 1 – 1 of 1) sorted by relevance
375 sp<IMultithread> multithreadInterface; member in HidlEnvironment440 multithreadInterface = in getServices()442 ASSERT_NE(multithreadInterface, nullptr); in getServices()443 ASSERT_EQ(multithreadInterface->isRemote(), mode == BINDERIZED); in getServices()2522 sp<IMultithread> multithreadInterface; member in HidlMultithreadTest2527 multithreadInterface = gHidlEnvironment->multithreadInterface; in SetUp()2535 EXPECT_OK(multithreadInterface->setNumThreads(maxThreads, numThreads)); in test_multithread()2542 std::launch::async, [&]() { return (bool)multithreadInterface->runNewThread(); })); in test_multithread()