Searched refs:strategy_intf_ (Results 1 – 2 of 2) sorted by relevance
46 hw_panel_info_.s3d_mode, &strategy_intf_); in Init()60 if (strategy_intf_) { in Deinit()65 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()112 return strategy_intf_->Stop(); in Stop()122 error = strategy_intf_->GetNextStrategy(constraints); in GetNextStrategy()
51 StrategyInterface *strategy_intf_ = NULL; variable