Home
last modified time | relevance | path

Searched refs:rotator_intf_ (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.cpp98 buffer_sync_handler_, &rotator_intf_); in Init()
133 extension_intf_->DestroyRotator(rotator_intf_); in Deinit()
166 &comp_mgr_, rotator_intf_); in CreateDisplay()
170 &comp_mgr_, rotator_intf_); in CreateDisplay()
174 &comp_mgr_, rotator_intf_); in CreateDisplay()
Ddisplay_base.cpp44 rotator_intf_(rotator_intf), hw_info_intf_(hw_info_intf) { in DisplayBase()
63 if (rotator_intf_) { in Init()
64 error = rotator_intf_->RegisterDisplay(display_type_, &display_rotator_ctx_); in Init()
98 if (rotator_intf_) { in Deinit()
99 rotator_intf_->UnregisterDisplay(display_rotator_ctx_); in Deinit()
203 if (!rotator_intf_) { in Prepare()
206 error = rotator_intf_->Prepare(display_rotator_ctx_, &hw_layers_); in Prepare()
209 if (rotator_intf_) { in Prepare()
210 error = rotator_intf_->Purge(display_rotator_ctx_); in Prepare()
267 if (rotator_intf_ && IsRotationRequired(&hw_layers_)) { in Commit()
[all …]
Dcore_impl.h69 RotatorInterface *rotator_intf_ = NULL; variable
Ddisplay_base.h93 RotatorInterface *rotator_intf_ = NULL; variable