Searched defs:current_mode (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/display/chromeos/test/
H A Dtest_display_snapshot.cc29 const DisplayMode* current_mode,
40 current_mode,
21 TestDisplaySnapshot( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
/external/chromium_org/ui/display/types/chromeos/
H A Ddisplay_snapshot.cc18 const DisplayMode* current_mode,
29 current_mode_(current_mode),
9 DisplaySnapshot(int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode) argument
H A Ddisplay_snapshot.h31 const DisplayMode* current_mode,
47 const DisplayMode* current_mode() const { return current_mode_; } function in class:ui::DisplaySnapshot
/external/chromium_org/ui/display/chromeos/x11/
H A Ddisplay_snapshot_x11.cc22 const DisplayMode* current_mode,
36 current_mode,
12 DisplaySnapshotX11( int64_t display_id, bool has_proper_display_id, const gfx::Point& origin, const gfx::Size& physical_size, DisplayConnectionType type, bool is_aspect_preserving_scaling, bool has_overscan, std::string display_name, const std::vector<const DisplayMode*>& modes, const DisplayMode* current_mode, const DisplayMode* native_mode, RROutput output, RRCrtc crtc, int index) argument
H A Dnative_display_delegate_x11.cc404 const DisplayMode* current_mode = NULL; local
414 current_mode = display_modes.back();
432 current_mode,
440 << " current_mode=" << current_mode_id;
572 const DisplayMode* mode_info = x11_output->current_mode();
/external/chromium_org/cc/resources/
H A Dtile.cc96 RasterMode current_mode = managed_state_.raster_mode; local
100 return std::min(raster_mode, current_mode);
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_win.cc71 DEVMODE current_mode; local
72 if (GetPrimaryDisplayMode(ENUM_CURRENT_SETTINGS, 0, &current_mode) &&
73 IsModeValid(current_mode))
74 return GetModeResolution(current_mode);
86 DEVMODE current_mode;
87 if (!GetPrimaryDisplayMode(ENUM_CURRENT_SETTINGS, 0, &current_mode) ||
88 !IsModeValid(current_mode))
103 if (candidate_mode.dmBitsPerPel != current_mode.dmBitsPerPel)
115 current_mode.dmDisplayOrientation) &&
117 current_mode
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_service.cc405 em::PolicyData::ManagementMode current_mode = GetManagementMode(); local
408 if (current_mode == new_mode)
411 switch (current_mode) {
/external/kernel-headers/original/uapi/linux/
H A Dpps.h65 int current_mode; /* current mode bits */ member in struct:pps_kinfo
/external/kernel-headers/original/uapi/video/
H A Dadf.h250 * @current_mode: current display mode
269 struct drm_mode_modeinfo current_mode; member in struct:adf_interface_data
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1780 UINT8 current_mode; local
1786 STREAM_TO_UINT8 (current_mode, p);
1792 btm_pm_proc_mode_change (status, handle, current_mode, interval);
1794 btm_process_mode_change (status, handle, current_mode, interval);
1798 hidd_pm_proc_mode_change( status, current_mode, interval ) ;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc1879 NetEqBackgroundNoiseMode current_mode = kBgnOn; local
1881 current_mode = background_noise_->mode();
1883 background_noise_->set_mode(current_mode);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc109 OverscrollMode current_mode() const { return current_mode_; } function in class:content::__anon7060::TestOverscrollDelegate
1837 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1849 EXPECT_EQ(OVERSCROLL_WEST, overscroll_delegate()->current_mode());
1858 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1881 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1917 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1934 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1942 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1950 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode());
1960 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h307 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
309 * current_mode->channels */
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h307 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
309 * current_mode->channels */
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h307 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
309 * current_mode->channels */

Completed in 565 milliseconds