Searched refs:strategy_intf_ (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | strategy.cpp | 53 &strategy_intf_); in Init() 68 if (strategy_intf_) { in Deinit() 73 extension_intf_->DestroyStrategyExtn(strategy_intf_); in Deinit() 97 if (strategy_intf_) { in Start() 98 error = strategy_intf_->Start(hw_layers_info_, max_attempts); in Start() 111 if (strategy_intf_) { in Stop() 112 return strategy_intf_->Stop(); in Stop() 122 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy() 221 error = strategy_intf_->Reconfigure(hw_panel_info, hw_resource_info_, mixer_attributes, in Reconfigure() 242 if (strategy_intf_) { in SetCompositionState() [all …]
|
D | strategy.h | 61 StrategyInterface *strategy_intf_ = NULL; variable
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | strategy.cpp | 53 &strategy_intf_); in Init() 68 if (strategy_intf_) { in Deinit() 73 extension_intf_->DestroyStrategyExtn(strategy_intf_); in Deinit() 97 if (strategy_intf_) { in Start() 98 error = strategy_intf_->Start(hw_layers_info_, max_attempts); in Start() 111 if (strategy_intf_) { in Stop() 112 return strategy_intf_->Stop(); in Stop() 122 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy() 221 error = strategy_intf_->Reconfigure(hw_panel_info, hw_resource_info_, mixer_attributes, in Reconfigure() 242 if (strategy_intf_) { in SetCompositionState() [all …]
|
D | strategy.h | 61 StrategyInterface *strategy_intf_ = NULL; variable
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | strategy.cpp | 50 fb_config_, &strategy_intf_); in Init() 65 if (strategy_intf_) { in Deinit() 70 extension_intf_->DestroyStrategyExtn(strategy_intf_); in Deinit() 102 if (strategy_intf_) { in Start() 103 error = strategy_intf_->Start(hw_layers_info_, max_attempts); in Start() 116 if (strategy_intf_) { in Stop() 117 return strategy_intf_->Stop(); in Stop() 127 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy() 217 return strategy_intf_->Reconfigure(hw_panel_info_.mode, hw_panel_info_.s3d_mode, mixer_attributes, in Reconfigure()
|
D | strategy.h | 56 StrategyInterface *strategy_intf_ = NULL; variable
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | strategy.h | 61 StrategyInterface *strategy_intf_ = NULL; variable
|