Searched defs:DrmMode (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/ | ||
H A D | drm_connector.h | 36 class DrmMode { class 38 DrmMode() {}; in DrmMode() function in OHOS::HDI::DISPLAY::DrmMode 39 DrmMode(drmModeModeInfo &modeInfo, uint32_t id) : mModeInfo(modeInfo), mId(id) {} in DrmMode() function in OHOS::HDI::DISPLAY::DrmMode |
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ | ||
H A D | drm_connector.h | 37 class DrmMode {
class 39 DrmMode() {} in DrmMode() function in OHOS::HDI::DISPLAY::DrmMode 40 DrmMode(drmModeModeInfo &modeInfo, uint32_t id) : mModeInfo(modeInfo), mId(id) {} in DrmMode() function in OHOS::HDI::DISPLAY::DrmMode |
Completed in 2 milliseconds