Home
last modified time | relevance | path

Searched refs:GetDisplaySupportedModesExt (Results 1 - 8 of 8) sorted by relevance

/drivers/interface/display/composer/v1_1/include/
H A Didisplay_composer_interface.h66 virtual int32_t GetDisplaySupportedModesExt(unsigned int devId, std::vector<DisplayModeInfoExt>& modes) = 0;
/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi_v1_1.h35 virtual int32_t GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayModeInfoExt>& modes) = 0;
H A Ddisplay_composer_service.h70 int32_t GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayModeInfoExt>& modes) override;
/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h95 virtual int32_t GetDisplaySupportedModesExt(unsigned int devId, std::vector<DisplayModeInfoExt> &modes) override
98 return ToDispErrCode(hdi_v1_1_->GetDisplaySupportedModesExt(devId, modes));
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp542 int32_t DisplayComposerService::GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayModeInfoExt>& modes) in GetDisplaySupportedModesExt() function in OHOS::HDI::Display::Composer::DisplayComposerService
546 int32_t ret = vdiImplV1_1_->GetDisplaySupportedModesExt(devId, modes); in GetDisplaySupportedModesExt()
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp386 int32_t ret = g_composerInterface->GetDisplaySupportedModesExt(devId, modes); in TestGetDisplaySupportedModesExt()
388 HDF_LOGE("%{public}s: GetDisplaySupportedModesExt failed", __func__); in TestGetDisplaySupportedModesExt()
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp379 ret = g_composerDevice->GetDisplaySupportedModesExt(g_displayIds[0], modes); in BENCHMARK_F()
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp897 auto ret = g_composerDevice->GetDisplaySupportedModesExt(g_displayIds[0], modes); in HWTEST_F()
899 DISPLAY_TEST_LOGD("GetDisplaySupportedModesExt not support"); in HWTEST_F()

Completed in 7 milliseconds