OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWC_IS_CURSOR_LAYER
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
hwcomposer_defs.h
146
*
HWC_IS_CURSOR_LAYER
is set by surfaceflinger to indicate that this
153
HWC_IS_CURSOR_LAYER
= 0x00000002
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp
[
all
...]
HWC2On1Adapter.cpp
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp
132
if (!(layer.flags &
HWC_IS_CURSOR_LAYER
)) {
[
all
...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp
191
if (!(layer.flags &
HWC_IS_CURSOR_LAYER
)) {
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp
522
layer->flags.cursor = ((hwc_layer.flags &
HWC_IS_CURSOR_LAYER
) > 0);
[
all
...]
Completed in 2452 milliseconds