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

  /bootable/recovery/
wear_ui.cpp 124 if (show_menu) {
268 show_menu = true;
281 if (show_menu) {
screen_ui.h 133 bool show_menu; member in class:ScreenRecoveryUI
screen_ui.cpp 73 show_menu(false),
333 if (show_menu) {
778 show_menu = true;
787 if (show_menu) {
804 if (show_menu && text_rows_ > 0 && text_cols_ > 0) {
805 show_menu = false;
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 68 bool EnumControl(bool show_menu = true);
media_v4l2_device.cc 590 bool V4L2Device::EnumControl(bool show_menu) {
611 if (query_ctrl.type == V4L2_CTRL_TYPE_MENU && show_menu)
626 if (query_ctrl.type == V4L2_CTRL_TYPE_MENU && show_menu)

Completed in 173 milliseconds