Home
last modified time | relevance | path

Searched refs:active_config_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h149 Config active_config() const { return active_config_; } in active_config()
150 void set_active_config(Config config) { active_config_ = config; } in set_active_config()
184 Config active_config_; variable
Dvr_hwc.cpp237 , config: %d\n", width_, height_, layers_.size(), color_mode_, active_config_); in dumpDebugInfo()