Home
last modified time | relevance | path

Searched refs:mGemHandle (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Dhdi_drm_layer.cpp40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
44 gemHandles[0] = mGemHandle; in Init()
47 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
63 if (mGemHandle) { in ~DrmGemBuffer()
65 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
67 DISPLAY_LOGE("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
75 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h42 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_drm_layer.cpp40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
44 gemHandles[0] = mGemHandle; in Init()
48 DISPLAY_DEBUGLOG("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
65 if (mGemHandle) { in ~DrmGemBuffer()
67 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
69 DISPLAY_DEBUGLOG("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
77 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h42 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_drm_layer.cpp40 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
44 gemHandles[0] = mGemHandle; in Init()
47 DISPLAY_DEBUGLOG("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
63 if (mGemHandle) { in ~DrmGemBuffer()
65 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
67 DISPLAY_DEBUGLOG("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
75 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h42 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_drm_layer.cpp41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
45 gemHandles[0] = mGemHandle; in Init()
48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
64 if (mGemHandle) { in ~DrmGemBuffer()
66 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h41 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_drm_layer.cpp41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
45 gemHandles[0] = mGemHandle; in Init()
48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
64 if (mGemHandle) { in ~DrmGemBuffer()
66 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h41 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_drm_layer.cpp41 ret = drmPrimeFDToHandle(drmFd, hdl.GetFb(), &mGemHandle); in Init()
45 gemHandles[0] = mGemHandle; in Init()
48 DISPLAY_LOGD("mGemHandle %{public}d mFdId %{public}d", mGemHandle, mFdId); in Init()
64 if (mGemHandle) { in ~DrmGemBuffer()
66 gemClose.handle = mGemHandle; in ~DrmGemBuffer()
68 DISPLAY_LOGD("can not free gem handle %{public}d errno : %{public}d", mGemHandle, errno); in ~DrmGemBuffer()
76 return (mGemHandle != INVALID_DRM_ID) && (mFdId != INVALID_DRM_ID); in IsValid()
H A Dhdi_drm_layer.h41 uint32_t mGemHandle = 0; member in OHOS::HDI::DISPLAY::DrmGemBuffer

Completed in 3 milliseconds