Home
last modified time | relevance | path

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

/drivers/interface/display/composer/v1_1/include/
H A Didisplay_composer_interface.h109 virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi_v1_1.h38 virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
H A Ddisplay_composer_service.h73 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h129 virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
132 return ToDispErrCode(hdi_v1_1_->SetLayerPerFrameParameter(devId, layerId, key, value));
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp646 int32_t DisplayComposerService::SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key, in SetLayerPerFrameParameter() function in OHOS::HDI::Display::Composer::DisplayComposerService
651 int32_t ret = vdiImplV1_1_->SetLayerPerFrameParameter(devId, layerId, key, value); in SetLayerPerFrameParameter()
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp362 int32_t ret = g_composerInterface->SetLayerPerFrameParameter(devId, layerId, key, value); in TestSetLayerPerFrameParameter()
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp988 auto ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layer->GetId(), key, value); in HWTEST_F()
990 DISPLAY_TEST_LOGD("SetLayerPerFrameParameter not support"); in HWTEST_F()
995 ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layer->GetId(), key, value); in HWTEST_F()
998 DISPLAY_TEST_LOGD("SetLayerPerFrameParameter not support"); in HWTEST_F()
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp451 * @tc.desc: Benchmarktest for interface SetLayerPerFrameParameter.
464 ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layerId, key, value); in BENCHMARK_F()

Completed in 7 milliseconds