Home
last modified time | relevance | path

Searched refs:GetDisplaySupportedModesExt (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v11.md23 | [GetDisplaySupportedModesExt](#getdisplaysupportedmodesext) ([in] unsigned int devId, [out] struc…
64 ### GetDisplaySupportedModesExt()
67 IDisplayComposer::GetDisplaySupportedModesExt ([in] unsigned int devId, [out] struct DisplayModeInf…
/ohos5.0/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> &m… in GetDisplaySupportedModesExt() function
98 return ToDispErrCode(hdi_v1_1_->GetDisplaySupportedModesExt(devId, modes)); in GetDisplaySupportedModesExt()
/ohos5.0/drivers/interface/display/composer/v1_1/include/
H A Didisplay_composer_interface.h66 …virtual int32_t GetDisplaySupportedModesExt(unsigned int devId, std::vector<DisplayModeInfoExt>& m…
/ohos5.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…
H A Ddisplay_composer_service.h70 …int32_t GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayModeInfoExt>& modes) overri…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/
H A Didisplay_composer.h.txt87 virtual int32_t GetDisplaySupportedModesExt(uint32_t devId,
H A Ddisplay_composer_service.h.txt33 int32_t GetDisplaySupportedModesExt(uint32_t devId,
H A Ddisplay_composer_service.cpp.txt36 int32_t DisplayComposerService::GetDisplaySupportedModesExt(uint32_t devId,
H A Ddisplay_composer_proxy.h.txt74 int32_t GetDisplaySupportedModesExt(uint32_t devId,
H A Ddisplay_composer_proxy.cpp.txt216 int32_t OHOS::HDI::Display::Composer::V1_1::DisplayComposerProxy::GetDisplaySupportedModesExt(uint3…
H A Ddisplay_composer_stub.cpp.txt432 int32_t displayComposerRet = impl->GetDisplaySupportedModesExt(devId, modes);
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp542 int32_t DisplayComposerService::GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayMode… in GetDisplaySupportedModesExt() function in OHOS::HDI::Display::Composer::DisplayComposerService
546 int32_t ret = vdiImplV1_1_->GetDisplaySupportedModesExt(devId, modes); in GetDisplaySupportedModesExt()
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DIDisplayComposer.idl51 GetDisplaySupportedModesExt([in] unsigned int devId, [out] struct DisplayModeInfoExt[] modes);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/
H A DIDisplayComposer.idl51 GetDisplaySupportedModesExt([in] unsigned int devId, [out] struct DisplayModeInfoExt[] modes);
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp386 int32_t ret = g_composerInterface->GetDisplaySupportedModesExt(devId, modes); in TestGetDisplaySupportedModesExt()
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp379 ret = g_composerDevice->GetDisplaySupportedModesExt(g_displayIds[0], modes); in BENCHMARK_F()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/
H A Ddump.txt15 [mini, lite, full] GetDisplaySupportedModesExt(
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp898 auto ret = g_composerDevice->GetDisplaySupportedModesExt(g_displayIds[0], modes);