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.cpp377 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlEnvironment
449 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 HidlTest
500 cppSafeunionInterface = gHidlEnvironment->cppSafeunionInterface; in SetUp()
2504 EXPECT_OK(cppSafeunionInterface->repeatPointerFmqSafeUnion( in TEST_F()
2513 EXPECT_OK(cppSafeunionInterface->repeatFmqSafeUnion( in TEST_F()