Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h311 struct HWLayerConfig { struct
317 void Reset() { *this = HWLayerConfig(); } in Reset() argument
340 HWLayerConfig config[kMaxSDELayers];
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.h103 HWLayerConfig *layer_config);
106 HWLayerConfig *layer_config);
Dresource_default.cpp224 struct HWLayerConfig &layer_config = hw_layers->config[0]; in Acquire()
421 HWLayerConfig *layer_config) { in SrcSplitConfig()
445 HWLayerConfig *layer_config) { in DisplaySplitConfig()
505 struct HWLayerConfig *layer_config = &hw_layers->config[0]; in Config()
Ddisplay_base.cpp586 HWLayerConfig &layer_config = hw_layers_.config[i]; in AppendDump()