Searched defs:mDrmFd (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/ | ||
H A D | drm_vsync_worker.h | 41 int mDrmFd = 0; member in OHOS::HDI::DISPLAY::DrmVsyncWorker |
H A D | hdi_drm_layer.h | 43 int mDrmFd = -1; // the fd can not close. the other module will close it. member in OHOS::HDI::DISPLAY::DrmGemBuffer |
H A D | drm_device.h | 82 static FdPtr mDrmFd; member in OHOS::HDI::DISPLAY::DrmDevice |
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ | ||
H A D | drm_device.h | 63 static FdPtr mDrmFd;
member in OHOS::HDI::DISPLAY::DrmDevice |
H A D | drm_vsync_worker.h | 42 int mDrmFd = 0;
member in OHOS::HDI::DISPLAY::DrmVsyncWorker |
H A D | hdi_drm_layer.h | 44 int mDrmFd = -1; // the fd can not close. the other module will close it.
member in OHOS::HDI::DISPLAY::DrmGemBuffer |
H A D | drm_device.cpp | 28 FdPtr DrmDevice::mDrmFd = nullptr;
member in OHOS::HDI::DISPLAY::DrmDevice |
/drivers/peripheral/display/composer/vdi_base/src/ | ||
H A D | drm_device.cpp | 28 FdPtr DrmDevice::mDrmFd = nullptr; member in OHOS::HDI::DISPLAY::DrmDevice |
Completed in 3 milliseconds