Searched refs:mem5 (Results 1 – 1 of 1) sorted by relevance
185 hidl_memory mem5 = hidl_memory("foo", nullptr, 0); // hidl memory works with nullptr handle in TEST_F() local186 hidl_memory mem6 = mem5; // NOLINT, test copying in TEST_F()187 EXPECT_EQ(nullptr, mem5.handle()); in TEST_F()