/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_display.cpp | 79 int32_t DrmDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::DrmDisplay 81 mConnector->GetDisplaySupportedModes(num, modes); in GetDisplaySupportedModes() 225 ret = GetDisplaySupportedModes(&num, nullptr); in ChosePreferenceMode()
|
H A D | drm_display.h | 39 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
|
H A D | drm_connector.h | 82 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes);
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_display.cpp | 82 int32_t DrmDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::DrmDisplay 84 mConnector->GetDisplaySupportedModes(num, modes); in GetDisplaySupportedModes() 253 ret = GetDisplaySupportedModes(&num, nullptr); in ChosePreferenceMode()
|
H A D | display_composer_vdi_impl.cpp | 45 int32_t DisplayComposerVdiImpl::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInf… in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 49 …_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, in GetDisplaySupportedModes() 57 …= HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, &num, in GetDisplaySupportedModes()
|
H A D | hdi_session.cpp | 109 static int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function 113 …iSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, num, mod… in GetDisplaySupportedModes()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_session.cpp | 85 static int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function 89 …iSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, num, mod… in GetDisplaySupportedModes() 331 dFuncs->GetDisplaySupportedModes = GetDisplaySupportedModes; in DeviceInitialize()
|
H A D | hdi_display.h | 58 virtual int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | interface_i_mode_callback_v11.md | 43 | modeId | GetDisplaySupportedModes返回的显示模式 ID。 |
|
H A D | interface_i_display_composer_v10.md | 26 | [GetDisplaySupportedModes](#getdisplaysupportedmodes) ([in] unsigned int devId, [out] struct [Dis… 404 ### GetDisplaySupportedModes() 407 IDisplayComposer::GetDisplaySupportedModes ([in] unsigned int devId, [out] struct DisplayModeInfo[]…
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_display.h | 34 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
|
H A D | fb_display.cpp | 98 int32_t FbDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::FbDisplay
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_display.h | 39 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
|
H A D | hdi_display.h | 63 virtual int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function
|
H A D | drm_connector.h | 85 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes);
|
H A D | display_composer_vdi_impl.h | 36 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over…
|
/ohos5.0/drivers/interface/display/composer/v1_1/ |
H A D | IModeCallback.idl | 24 * @param modeId display mode id returned by {@link GetDisplaySupportedModes}
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/ |
H A D | IModeCallback.idl | 24 * @param modeId display mode id returned by {@link GetDisplaySupportedModes}
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.cpp | 48 int32_t DisplayComposerVdiImpl::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInf… in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 53 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, in GetDisplaySupportedModes() 61 …ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplaySupportedModes, &num, modes… in GetDisplaySupportedModes()
|
H A D | display_composer_vdi_impl.h | 36 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over…
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_device.h | 172 int32_t (*GetDisplaySupportedModes)(uint32_t devId, uint32_t *num, DisplayModeInfo *modes); member
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 54 int32_t DisplayDeviceService::GetDisplaySupportedModes(uint32_t devId, uint32_t &num, DisplayModeIn… in GetDisplaySupportedModes() function in OHOS::Display::Device::Server::DisplayDeviceService 56 return displayDevice_->GetDisplaySupportedModes(devId, &num, modes); in GetDisplaySupportedModes()
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi.h | 42 … virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) = 0;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_service.h.txt | 40 int32_t GetDisplaySupportedModes(uint32_t devId,
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_stub.h | 42 int32_t GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply);
|