Searched refs:handle_copy (Results 1 – 1 of 1) sorted by relevance
228 native_handle_t *handle_copy = dup_buffer_handle(handle); in CopyBufferHandle() local229 if (handle_copy == NULL) { in CopyBufferHandle()234 int ret = gralloc->registerBuffer(gralloc, handle_copy); in CopyBufferHandle()237 free_buffer_handle(handle_copy); in CopyBufferHandle()244 handle_ = handle_copy; in CopyBufferHandle()