/hardware/qcom/display/msm8998/sdm/libs/core/ |
strategy.cpp | 53 &strategy_intf_); 68 if (strategy_intf_) { 73 extension_intf_->DestroyStrategyExtn(strategy_intf_); 97 if (strategy_intf_) { 98 error = strategy_intf_->Start(hw_layers_info_, max_attempts); 111 if (strategy_intf_) { 112 return strategy_intf_->Stop(); 122 error = strategy_intf_->GetNextStrategy(constraints); 221 error = strategy_intf_->Reconfigure(hw_panel_info, hw_resource_info_, mixer_attributes, 242 if (strategy_intf_) { [all...] |
strategy.h | 61 StrategyInterface *strategy_intf_ = NULL; member in class:sdm::Strategy
|
/hardware/qcom/display/sdm845/sdm/libs/core/ |
strategy.cpp | 53 &strategy_intf_); 68 if (strategy_intf_) { 73 extension_intf_->DestroyStrategyExtn(strategy_intf_); 97 if (strategy_intf_) { 98 error = strategy_intf_->Start(hw_layers_info_, max_attempts); 111 if (strategy_intf_) { 112 return strategy_intf_->Stop(); 122 error = strategy_intf_->GetNextStrategy(constraints); 221 error = strategy_intf_->Reconfigure(hw_panel_info, hw_resource_info_, mixer_attributes, 242 if (strategy_intf_) { [all...] |
strategy.h | 61 StrategyInterface *strategy_intf_ = NULL; member in class:sdm::Strategy
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
strategy.cpp | 50 fb_config_, &strategy_intf_); 65 if (strategy_intf_) { 70 extension_intf_->DestroyStrategyExtn(strategy_intf_); 102 if (strategy_intf_) { 103 error = strategy_intf_->Start(hw_layers_info_, max_attempts); 116 if (strategy_intf_) { 117 return strategy_intf_->Stop(); 127 error = strategy_intf_->GetNextStrategy(constraints); 217 return strategy_intf_->Reconfigure(hw_panel_info_.mode, hw_panel_info_.s3d_mode, mixer_attributes,
|
strategy.h | 56 StrategyInterface *strategy_intf_ = NULL; member in class:sdm::Strategy
|