Home
last modified time | relevance | path

Searched refs:GetDisplaySupportedModes (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp79 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 Ddrm_display.h39 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
H A Ddrm_connector.h82 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes);
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp82 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 Ddisplay_composer_vdi_impl.cpp45 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 Dhdi_session.cpp109 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 Dhdi_session.cpp85 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 Dhdi_display.h58 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 Dinterface_i_mode_callback_v11.md43 | modeId | GetDisplaySupportedModes返回的显示模式 ID。 |
H A Dinterface_i_display_composer_v10.md26 | [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 Dfb_display.h34 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
H A Dfb_display.cpp98 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 Ddrm_display.h39 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
H A Dhdi_display.h63 virtual int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function
H A Ddrm_connector.h85 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes);
H A Ddisplay_composer_vdi_impl.h36 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over…
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DIModeCallback.idl24 * @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 DIModeCallback.idl24 * @param modeId display mode id returned by {@link GetDisplaySupportedModes}
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp48 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 Ddisplay_composer_vdi_impl.h36 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over…
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h172 int32_t (*GetDisplaySupportedModes)(uint32_t devId, uint32_t *num, DisplayModeInfo *modes); member
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp54 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 Didisplay_composer_vdi.h42 … 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 Ddisplay_composer_service.h.txt40 int32_t GetDisplaySupportedModes(uint32_t devId,
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h42 int32_t GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply);

123