Searched refs:cloneBuffer (Results 1 – 6 of 6) sorted by relevance
176 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle, enum Tolerance tolerance);177 const native_handle_t* cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function178 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);
82 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle) { in cloneBuffer() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc112 bufferHandles.push_back(cloneBuffer(tmpBuffers[i]))); in allocate()
88 const native_handle_t* Gralloc::cloneBuffer(const hidl_handle& rawHandle, in cloneBuffer() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc123 ASSERT_NO_FATAL_FAILURE(bufferHandle = cloneBuffer(buffers[i], tolerance)); in allocate()