Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp78 const char* kXRes = "x_res"; variable
207 int CuttlefishConfig::x_res() const { return (*dictionary_)[kXRes].asInt(); } in x_res()
208 void CuttlefishConfig::set_x_res(int x_res) { (*dictionary_)[kXRes] = x_res; } in set_x_res()