OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotator_intf_
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/core/
core_impl.cpp
86
buffer_sync_handler_, &
rotator_intf_
);
112
extension_intf_->DestroyRotator(
rotator_intf_
);
136
&comp_mgr_,
rotator_intf_
);
140
&comp_mgr_,
rotator_intf_
);
144
&comp_mgr_,
rotator_intf_
);
display_base.cpp
48
rotator_intf_
(rotator_intf), hw_info_intf_(hw_info_intf) {
87
if (
rotator_intf_
) {
88
error =
rotator_intf_
->RegisterDisplay(display_type_, &display_rotator_ctx_);
123
if (
rotator_intf_
) {
124
rotator_intf_
->UnregisterDisplay(display_rotator_ctx_);
235
if (!
rotator_intf_
) {
238
error =
rotator_intf_
->Prepare(display_rotator_ctx_, &hw_layers_);
241
if (
rotator_intf_
) {
242
error =
rotator_intf_
->Purge(display_rotator_ctx_);
298
if (
rotator_intf_
&& IsRotationRequired(&hw_layers_))
[
all
...]
core_impl.h
71
RotatorInterface *
rotator_intf_
= NULL;
member in class:sdm::CoreImpl
display_base.h
133
RotatorInterface *
rotator_intf_
= NULL;
member in class:sdm::DisplayBase
Completed in 65 milliseconds