Home
last modified time | relevance | path

Searched refs:GetDisplayCompChange (Results 1 - 25 of 28) sorted by relevance

12

/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp153 static int32_t GetDisplayCompChange(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() function
157 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, num, layers, type); in GetDisplayCompChange()
340 dFuncs->GetDisplayCompChange = GetDisplayCompChange; in DeviceInitialize()
H A Dhdi_display.h90 virtual int32_t GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type);
H A Dhdi_display.cpp133 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() function in OHOS::HDI::DISPLAY::HdiDisplay
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h95 virtual int32_t GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type);
H A Ddisplay_composer_vdi_impl.h44 virtual int32_t GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers,
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp112 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
118 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, in GetDisplayCompChange()
123 ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, in GetDisplayCompChange()
H A Dhdi_display.cpp125 int32_t HdiDisplay::GetDisplayCompChange(uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() function in OHOS::HDI::DISPLAY::HdiDisplay
H A Dhdi_session.cpp177 static int32_t GetDisplayCompChange(uint32_t devId, uint32_t *num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() function
181 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, num, layers, type); in GetDisplayCompChange()
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp121 int32_t DisplayComposerVdiImpl::GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, in GetDisplayCompChange() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
128 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, layersHoler, in GetDisplayCompChange()
133 ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::GetDisplayCompChange, &num, layers.data(), in GetDisplayCompChange()
H A Ddisplay_composer_vdi_impl.h44 virtual int32_t GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers,
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_device.h317 int32_t (*GetDisplayCompChange)(uint32_t devId, uint32_t *num, uint32_t *Layers, int32_t *type); member
/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi.h50 virtual int32_t GetDisplayCompChange(
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h52 int32_t GetDisplayCompChange(MessageParcel *data, MessageParcel *reply);
H A Ddisplay_device_service.h47 int32_t GetDisplayCompChange(uint32_t devId, uint32_t &num, uint32_t *layers, int32_t *type) override;
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp104 int32_t DisplayDeviceService::GetDisplayCompChange(uint32_t devId, uint32_t &num, uint32_t *layers, int32_t *type) in GetDisplayCompChange() function in OHOS::Display::Device::Server::DisplayDeviceService
106 return displayDevice_->GetDisplayCompChange(devId, &num, layers, type); in GetDisplayCompChange()
H A Ddisplay_device_host_driver.cpp48 DDSS::GetDisplayCompChange, nullptr, DDSS::SetDisplayClientCrop, DDSS::SetDisplayClientDestRect,
504 int32_t DisplayDeviceServerStub::GetDisplayCompChange(MessageParcel *data, MessageParcel *reply) in GetDisplayCompChange() function in DisplayDeviceServerStub
522 int32_t ret = device_->GetDisplayCompChange(devId, numTmp, layersTmp, typeTmp); in GetDisplayCompChange()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h191 virtual int32_t GetDisplayCompChange(
195 return ToDispErrCode(req_->GetDisplayCompChange(devId, layers, types));
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h235 virtual int32_t GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers,
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp117 ret = device_->GetDisplayCompChange(id_, layers, types); in RefreshLayersCompType()
119 DISPLAY_TEST_LOGE("GetDisplayCompChange get layers and types failed")); in RefreshLayersCompType()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h57 virtual int32_t GetDisplayCompChange(uint32_t devId, uint32_t &num, uint32_t *layers, int32_t *type) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h51 int32_t GetDisplayCompChange(uint32_t devId, uint32_t &num, uint32_t *layers, int32_t *type) override;
/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_responser.h221 HdfTrace traceVdi("GetDisplayCompChange", "HDI:DISP:HARDWARE"); in OnCommitAndGetReleaseFence()
222 ret = impl_->GetDisplayCompChange(devId, commitInfo.compLayers, commitInfo.compTypes); in OnCommitAndGetReleaseFence()
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp253 int32_t ret = g_composerInterface->GetDisplayCompChange(devId, layers, types); in TestGetDisplayCompChange()
255 HDF_LOGE("%{public}s: function GetDisplayCompChange failed", __func__); in TestGetDisplayCompChange()
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp242 * @tc.desc: Benchmarktest for interface GetDisplayCompChange.
250 ret = g_composerDevice->GetDisplayCompChange(g_displayIds[0], layers, type); in BENCHMARK_F()
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h710 int32_t GetDisplayCompChange(uint32_t devId, std::vector<uint32_t>& layers, std::vector<int32_t>& types) in GetDisplayCompChange() function in OHOS::HDI::Display::Composer::V1_0::DisplayCmdRequester

Completed in 19 milliseconds

12