Home
last modified time | relevance | path

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

12

/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
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()
Ddrm_display.h39 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
Ddrm_connector.h82 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes);
Ddrm_connector.cpp228 int32_t DrmConnector::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::DrmConnector
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/
Dfb_display.h34 int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) override;
Dfb_display.cpp98 int32_t FbDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function in OHOS::HDI::DISPLAY::FbDisplay
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
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()
Dhdi_display.h58 virtual int32_t GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes() function
/drivers/peripheral/display/hal/default_standard/src/display_device/
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()
Ddisplay_composer_vdi_impl.h36 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over…
/drivers/peripheral/display/composer/hdi_service/include/
Ddisplay_composer_service.h38 int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) override;
Didisplay_composer_vdi.h38 … virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) = 0;
/drivers/peripheral/display/interfaces/include/
Ddisplay_device.h172 int32_t (*GetDisplaySupportedModes)(uint32_t devId, uint32_t *num, DisplayModeInfo *modes); member
/drivers/peripheral/display/hdi_service/device/src/server/
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()
Ddisplay_device_host_driver.cpp45 …DDSS::GetDisplaySupportedModes, DDSS::GetDisplayMode, DDSS::SetDisplayMode, DDSS::GetDisplayPowerS…
229 int32_t DisplayDeviceServerStub::GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply) in GetDisplaySupportedModes() function in DisplayDeviceServerStub
249 int32_t ret = device_->GetDisplaySupportedModes(devId, modesNum, modesTmp); in GetDisplaySupportedModes()
/drivers/peripheral/display/composer/hdi_service/src/
Ddisplay_composer_service.cpp191 int32_t DisplayComposerService::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInf… in GetDisplaySupportedModes() function in OHOS::HDI::Display::Composer::V1_0::DisplayComposerService
196 int32_t ret = vdiImpl_->GetDisplaySupportedModes(devId, modes); in GetDisplaySupportedModes()
/drivers/peripheral/display/hdi_service/device/include/server/
Ddisplay_device_stub.h42 int32_t GetDisplaySupportedModes(MessageParcel *data, MessageParcel *reply);
Ddisplay_device_service.h37 … int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t &num, DisplayModeInfo *modes) override;
/drivers/interface/display/composer/v1_0/include/
Didisplay_composer_interface.h123 … virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) = 0;
/drivers/peripheral/display/composer/test/common/
Dhdi_test_display.cpp38 ret = device_->GetDisplaySupportedModes(id_, modes_); in Init()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
Didisplay_device.h47 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t &num, DisplayModeInfo *modes) = …
/drivers/interface/display/composer/v1_0/hdi_impl/
Ddisplay_composer_hdi_impl.h139 …virtual int32_t GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) over… in GetDisplaySupportedModes() function
142 return ToDispErrCode(hdi_->GetDisplaySupportedModes(devId, modes)); in GetDisplaySupportedModes()
/drivers/peripheral/display/hdi_service/device/include/proxy/
Ddisplay_device_proxy.h41 … int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t &num, DisplayModeInfo *modes) override;
/drivers/peripheral/display/composer/test/benchmark/
Ddisplay_benchmark_test.cpp94 ret = g_composerDevice->GetDisplaySupportedModes(g_displayIds[0], modes); in BENCHMARK_F()
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
Ddevice_fuzzer.cpp175 int32_t ret = g_composerInterface->GetDisplaySupportedModes(devId, infos); in TestGetDisplaySupportedModes()

12