Searched refs:cppSafeunionInterface (Results 1 – 1 of 1) sorted by relevance
377 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlEnvironment449 cppSafeunionInterface = in getServices()451 ASSERT_NE(cppSafeunionInterface, nullptr); in getServices()452 ASSERT_EQ(cppSafeunionInterface->isRemote(), mode == BINDERIZED); in getServices()481 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlTest500 cppSafeunionInterface = gHidlEnvironment->cppSafeunionInterface; in SetUp()2504 EXPECT_OK(cppSafeunionInterface->repeatPointerFmqSafeUnion( in TEST_F()2513 EXPECT_OK(cppSafeunionInterface->repeatFmqSafeUnion( in TEST_F()