Searched refs:GetNextStrategy (Results 1 – 4 of 4) sorted by relevance
49 virtual DisplayError GetNextStrategy(StrategyConstraints *constraints) = 0;
118 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints) { in GetNextStrategy() function in sdm::Strategy122 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy()
44 DisplayError GetNextStrategy(StrategyConstraints *constraints);
259 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints); in Prepare()