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

  /external/chromium_org/ui/app_list/
search_result.h 99 DisplayType display_type() const { return display_type_; } function in class:app_list::SearchResult
135 void set_display_type(DisplayType display_type) {
136 display_type_ = display_type;
app_list_model.h 120 // Filters the given |results| by |display_type|. The returned list is
124 SearchResult::DisplayType display_type,
app_list_model.cc 291 SearchResult::DisplayType display_type,
296 if (item->display_type() == display_type) {
  /hardware/intel/common/libva/va/drm/
va_drm.c 39 pDriverContext->display_type == VA_DISPLAY_DRM);
107 pDriverContext->display_type = VA_DISPLAY_DRM;
  /hardware/intel/common/libva/va/wayland/
va_wayland.c 62 pDriverContext->display_type == VA_DISPLAY_WAYLAND);
138 pDriverContext->display_type = VA_DISPLAY_WAYLAND;
  /hardware/intel/common/libva/va/glx/
va_glx.c 101 pDriverContext->display_type = VA_DISPLAY_GLX;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h 153 const std::string& display_type() const { return display_type_; } function in class:chromeos::OobeUI
oobe_ui.cc 82 const std::string& display_type) {
94 if (display_type == OobeUI::kOobeDisplay) {
signin_screen_handler.cc     [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 157 pDriverContext->display_type = VA_DISPLAY_ANDROID;
  /external/qemu/
vl-android.c 259 DisplayType display_type = DT_DEFAULT; variable
    [all...]
qemu-char.c 652 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
665 if (display_type == DT_NOGRAPHIC && s->fd_in == 0) {
852 display_type != DT_NOGRAPHIC);
    [all...]
  /external/chromium_org/third_party/libva/va/
va_backend.h 494 unsigned long display_type; member in struct:VADriverContext
  /external/qemu/hw/nvram/
fw_cfg.c 281 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)(display_type == DT_NOGRAPHIC));
  /external/qemu/include/sysemu/
sysemu.h 132 extern DisplayType display_type;
  /hardware/intel/common/libva/va/
va_backend.h 500 unsigned long display_type; member in struct:VADriverContext
  /hardware/intel/common/libva/va/x11/
va_x11.c 190 pDriverContext->display_type = VA_DISPLAY_X11;
  /external/lldb/source/Interpreter/
Options.cpp 424 OptionDisplayType display_type,
432 if (display_type == eDisplayShortOption && !has_short_option)
440 const bool show_short_option = has_short_option && display_type != eDisplayLongOption;
    [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc     [all...]

Completed in 492 milliseconds