Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h137 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle, enum Tolerance tolerance);
138 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function
139 return cloneBuffer(rawHandle, Tolerance::kToleranceStrict); in cloneBuffer()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h79 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle);
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp65 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc
91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h91 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle);
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp80 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc
106 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp74 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle, in cloneBuffer() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc
108 bufferHandle = cloneBuffer(tmpBuffers[i], tolerance)); in allocate()