Searched refs:GetNextStrategy (Results 1 – 15 of 15) sorted by relevance
49 virtual DisplayError GetNextStrategy(StrategyConstraints *constraints) = 0;
123 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints) { in GetNextStrategy() function in sdm::Strategy127 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy()
45 DisplayError GetNextStrategy(StrategyConstraints *constraints);
262 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints); in Prepare()
47 DisplayError GetNextStrategy(StrategyConstraints *constraints);
292 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints); in Prepare()
118 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints) { in GetNextStrategy() function in sdm::Strategy122 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy()
295 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints); in Prepare()
312 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints); in Prepare()