Home
last modified time | relevance | path

Searched refs:MAX_EXTERNAL_LAYERS_PROP (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8909/include/
Ddisplay_properties.h64 #define MAX_EXTERNAL_LAYERS_PROP DISPLAY_PROP("max_external_layers") macro
/hardware/qcom/sdm845/display/include/
Ddisplay_properties.h66 #define MAX_EXTERNAL_LAYERS_PROP DISPLAY_PROP("max_external_layers") macro
/hardware/qcom/sm8150/display/include/
Ddisplay_properties.h66 #define MAX_EXTERNAL_LAYERS_PROP DISPLAY_PROP("max_external_layers") macro
/hardware/qcom/sm7250/display/include/
Ddisplay_properties.h64 #define MAX_EXTERNAL_LAYERS_PROP DISPLAY_PROP("max_external_layers") macro
/hardware/qcom/display/msm8909/sdm/libs/utils/
Ddebug.cpp194 debug_.debug_handler_->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()
/hardware/qcom/sdm845/display/sdm/libs/utils/
Ddebug.cpp216 DebugHandler::Get()->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp216 DebugHandler::Get()->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()
/hardware/qcom/sm7250/display/sdm/libs/utils/
Ddebug.cpp228 DebugHandler::Get()->GetProperty(MAX_EXTERNAL_LAYERS_PROP, &max_external_layers); in GetExtMaxlayers()