Home
last modified time | relevance | path

Searched refs:pending_first_commit_config_ (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp1279 pending_first_commit_config_ = true; in SetActiveConfig()
1283 } else if (pending_first_commit_config_) { in SetActiveConfig()
1286 pending_first_commit_config_ = false; in SetActiveConfig()
1777 if (pending_first_commit_config_) { in PostCommitLayerStack()
1778 DLOGI("Changing active config to %d", UINT32(pending_first_commit_config_)); in PostCommitLayerStack()
1779 pending_first_commit_config_ = false; in PostCommitLayerStack()
2642 pending_first_commit_config_ = true; in SetActiveConfigWithConstraints()
2646 } else if (pending_first_commit_config_) { in SetActiveConfigWithConstraints()
2649 pending_first_commit_config_ = false; in SetActiveConfigWithConstraints()
Dhwc_display.h649 bool pending_first_commit_config_ = false; variable