Home
last modified time | relevance | path

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

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