Searched refs:numBootUpLayers (Results 1 - 7 of 7) sorted by relevance

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

Completed in 133 milliseconds