Searched refs:cloneBuffer (Results 1 – 6 of 6) sorted by relevance
137 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle, enum Tolerance tolerance);138 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function139 return cloneBuffer(rawHandle, Tolerance::kToleranceStrict); in cloneBuffer()
79 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle);
65 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
91 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle);
80 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc106 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
74 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle, in cloneBuffer() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc108 bufferHandle = cloneBuffer(tmpBuffers[i], tolerance)); in allocate()