OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNextStrategy
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/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);
Completed in 944 milliseconds