Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.cpp79 const char* kYRes = "y_res"; variable
210 int CuttlefishConfig::y_res() const { return (*dictionary_)[kYRes].asInt(); } in y_res()
211 void CuttlefishConfig::set_y_res(int y_res) { (*dictionary_)[kYRes] = y_res; } in set_y_res()