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

  /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
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
strategy.cpp 50 fb_config_, &strategy_intf_);
65 if (strategy_intf_) {
70 extension_intf_->DestroyStrategyExtn(strategy_intf_);
89 if (strategy_intf_) {
90 error = strategy_intf_->Start(hw_layers_info_, max_attempts);
103 if (strategy_intf_) {
104 return strategy_intf_->Stop();
114 error = strategy_intf_->GetNextStrategy(constraints);
201 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

Completed in 92 milliseconds