Home
last modified time | relevance | path

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

/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2132 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local
2133 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2136 safeUnion.c(otherInterface); in TEST_F()
2137 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2142 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2161 sp<SimpleChild> otherInterface = new SimpleChild(); in TEST_F() local
2162 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F()
2165 safeUnion.c(otherInterface); in TEST_F()
2166 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
2174 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F()
[all …]