HomeSort by relevance Sort by last modified time
    Searched refs:GetNextStrategy (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/private/
strategy_interface.h 49 virtual DisplayError GetNextStrategy(StrategyConstraints *constraints) = 0;
  /hardware/qcom/display/msm8998/sdm/include/private/
strategy_interface.h 49 virtual DisplayError GetNextStrategy(StrategyConstraints *constraints) = 0;
  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.h 45 DisplayError GetNextStrategy(StrategyConstraints *constraints);
strategy.cpp 123 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints) {
127 error = strategy_intf_->GetNextStrategy(constraints);
comp_manager.cpp 262 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints);
  /hardware/qcom/display/msm8998/sdm/libs/core/
strategy.h 47 DisplayError GetNextStrategy(StrategyConstraints *constraints);
strategy.cpp 118 DisplayError Strategy::GetNextStrategy(StrategyConstraints *constraints) {
122 error = strategy_intf_->GetNextStrategy(constraints);
comp_manager.cpp 292 error = display_comp_ctx->strategy->GetNextStrategy(&display_comp_ctx->constraints);

Completed in 167 milliseconds