Searched refs:handle2 (Results 1 – 5 of 5) sorted by relevance
/hardware/google/aemu/host-common/ |
D | HostAddressSpace_unittest.cpp | 136 uint32_t handle2 = mDevice->open(); in TEST_F() local 146 claimRes = mDevice->claimShared(handle2, offset, 4096); in TEST_F() 151 unclaimRes = mDevice->unclaimShared(handle2, offset); in TEST_F() 158 mDevice->close(handle2); in TEST_F()
|
/hardware/google/gfxstream/host/tests/ |
D | StalePtrRegistry_unittest.cpp | 171 uint64_t handle2 = (uint64_t)(uintptr_t)ptr2; in TEST() local 183 EXPECT_EQ(reg.getPtr(handle2), ptr2); in TEST() 191 uint64_t handle2 = (uint64_t)(uintptr_t)ptr2; in TEST() local 203 EXPECT_EQ(reg.getPtr(handle2), ptr2); in TEST()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 820 auto handle2 = allocate(); in TEST_P() local 821 ASSERT_NE(nullptr, handle2.get()); in TEST_P() 822 mWriter->setLayerBuffer(0, handle2->handle, -1); in TEST_P() 924 auto handle2 = allocate(); in TEST_P() local 925 ASSERT_NE(nullptr, handle2.get()); in TEST_P() 930 mWriter->setLayerBuffer(1, handle2->handle, -1); in TEST_P()
|
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/ |
D | EvsCameraBufferTest.cpp | 106 const auto [id2, handle2] = evsCam->useBuffer_unsafe(); in TEST()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1989 const auto handle2 = buffer2->handle; in TEST_P() local 1990 ASSERT_NE(nullptr, handle2); in TEST_P() 1991 writer.setLayerBuffer(getPrimaryDisplayId(), layer, /*slot*/ 0, handle2, in TEST_P() 2074 const auto handle2 = buffer2->handle; in TEST_P() local 2075 writer.setLayerBuffer(getPrimaryDisplayId(), layer, /*slot*/ 1, handle2, /*acquireFence*/ -1); in TEST_P() 2690 const auto handle2 = buffer2->handle; in TEST_P() local 2691 writer.setLayerBuffer(getPrimaryDisplayId(), layer, /*slot*/ 1, handle2, /*acquireFence*/ -1); in TEST_P()
|