HomeSort by relevance Sort by last modified time
    Searched refs:set_y_res (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 70 void set_y_res(int y_res);
cuttlefish_config.cpp 142 void CuttlefishConfig::set_y_res(int y_res) { (*dictionary_)[kYRes] = y_res; } function in class:vsoc::CuttlefishConfig
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 540 config->set_y_res(FLAGS_y_res);

Completed in 225 milliseconds