Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperTestUtils.cpp84 std::vector<const native_handle_t*> bufferHandles; in allocate() local
85 bufferHandles.reserve(count); in allocate()
95 bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()
98 bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
108 bufferHandles.clear(); in allocate()
111 return bufferHandles; in allocate()
DVtsHalGraphicsMapperV2_0TargetTest.cpp70 std::vector<const native_handle_t*> bufferHandles; in TEST_F() local
72 ASSERT_NO_FATAL_FAILURE(bufferHandles = mGralloc->allocate( in TEST_F()
80 for (auto bufferHandle : bufferHandles) { in TEST_F()