Home
last modified time | relevance | path

Searched refs:cppSafeunionInterface (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp355 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlEnvironment
415 cppSafeunionInterface = in getServices()
417 ASSERT_NE(cppSafeunionInterface, nullptr); in getServices()
418 ASSERT_EQ(cppSafeunionInterface->isRemote(), mode == BINDERIZED); in getServices()
444 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlTest
460 cppSafeunionInterface = gHidlEnvironment->cppSafeunionInterface; in SetUp()
2510 EXPECT_OK(cppSafeunionInterface->repeatPointerFmqSafeUnion( in TEST_F()
2519 EXPECT_OK(cppSafeunionInterface->repeatFmqSafeUnion( in TEST_F()