Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp79 std::vector<const native_handle_t*> bufferHandles; in allocate() local
80 bufferHandles.reserve(count); in allocate()
89 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()
91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
101 bufferHandles.clear(); in allocate()
104 return bufferHandles; in allocate()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp94 std::vector<const native_handle_t*> bufferHandles; in allocate() local
95 bufferHandles.reserve(count); in allocate()
104 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()
106 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
116 bufferHandles.clear(); in allocate()
119 return bufferHandles; in allocate()
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp76 std::vector<const native_handle_t*> bufferHandles; in TEST_P() local
78 ASSERT_NO_FATAL_FAILURE(bufferHandles = in TEST_P()
85 for (auto bufferHandle : bufferHandles) { in TEST_P()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp76 std::vector<const native_handle_t*> bufferHandles; in TEST_P() local
78 ASSERT_NO_FATAL_FAILURE(bufferHandles = in TEST_P()
85 for (auto bufferHandle : bufferHandles) { in TEST_P()