Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_primary.cpp106 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
108 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
110 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
111 numBootUpLayers = 2; in ProcessBootAnimCompleted()
130 (list->numHwLayers > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_primary.cpp123 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
125 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
127 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
128 numBootUpLayers = 2; in ProcessBootAnimCompleted()
147 (list->numHwLayers > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_primary.cpp123 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
125 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
127 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
128 numBootUpLayers = 2; in ProcessBootAnimCompleted()
147 (list->numHwLayers > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_primary.cpp120 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
123 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
125 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
126 numBootUpLayers = 2; in ProcessBootAnimCompleted()
148 (layer_set_.size() > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_primary.cpp120 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
123 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
125 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
126 numBootUpLayers = 2; in ProcessBootAnimCompleted()
148 (layer_set_.size() > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_primary.cpp123 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
126 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
128 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
129 numBootUpLayers = 2; in ProcessBootAnimCompleted()
151 (layer_set_.size() > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_primary.cpp122 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
125 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
127 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
128 numBootUpLayers = 2; in ProcessBootAnimCompleted()
150 (layer_set_.size() > numBootUpLayers)) { in ProcessBootAnimCompleted()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.cpp187 uint32_t numBootUpLayers = 0; in ProcessBootAnimCompleted() local
190 numBootUpLayers = static_cast<uint32_t>(Debug::GetBootAnimLayerCount()); in ProcessBootAnimCompleted()
192 if (numBootUpLayers == 0) { in ProcessBootAnimCompleted()
193 numBootUpLayers = 2; in ProcessBootAnimCompleted()
215 (layer_set_.size() > numBootUpLayers)) { in ProcessBootAnimCompleted()