Home
last modified time | relevance | path

Searched refs:set_x_res (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h76 void set_x_res(int x_res);
Dcuttlefish_config.cpp208 void CuttlefishConfig::set_x_res(int x_res) { (*dictionary_)[kXRes] = x_res; } in set_x_res() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dflags.cc268 tmp_config_obj.set_x_res(FLAGS_x_res); in InitializeCuttlefishConfiguration()