Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h96 void set_x_res(int x_res);
Dcuttlefish_config.cpp258 void CuttlefishConfig::set_x_res(int x_res) { (*dictionary_)[kXRes] = x_res; } in set_x_res() function in vsoc::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc287 tmp_config_obj.set_x_res(FLAGS_x_res); in InitializeCuttlefishConfiguration()