Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching full:handle

70 int NvImporter::ImportBuffer(buffer_handle_t handle, hwc_drm_bo_t *bo) {
72 NvBuffer_t *buf = GrallocGetNvBuffer(handle);
93 drm_->fd(), handle, &buf->bo);
110 ret = GrallocSetNvBuffer(handle, buf);
158 gem_close.handle = bo->gem_handles[i];
161 ALOGE("Failed to close gem handle %d %d", i, ret);
167 NvImporter::NvBuffer_t *NvImporter::GrallocGetNvBuffer(buffer_handle_t handle) {
171 handle, NvGrallocRelease, &priv);
175 int NvImporter::GrallocSetNvBuffer(buffer_handle_t handle, NvBuffer_t *buf) {
177 GRALLOC_MODULE_PERFORM_SET_IMPORTER_PRIVATE, handle,