Searched refs:current_mode (Results 26 - 50 of 68) sorted by relevance

123

/external/kernel-headers/original/uapi/linux/
H A Dpps.h65 int current_mode; /* current mode bits */ member in struct:pps_kinfo
/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::__anon7372::TestOverscrollDelegate
1886 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1898 EXPECT_EQ(OVERSCROLL_WEST, overscroll_delegate()->current_mode());
1907 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1930 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1966 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1983 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1991 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
1999 EXPECT_EQ(OVERSCROLL_EAST, overscroll_delegate()->current_mode());
2009 EXPECT_EQ(OVERSCROLL_NONE, overscroll_delegate()->current_mode());
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
41 hapd->iface->current_mode->vht_mcs_set, 8);
H A Dbeacon.c55 if (hapd->iface->current_mode == NULL ||
56 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
84 if (hapd->iface->current_mode == NULL ||
85 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
112 if (hapd->iface->current_mode == NULL ||
113 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
203 hapd->iface->current_mode == NULL)
211 mode = hapd->iface->current_mode;
916 if (hapd->iface->current_mode &&
917 hapd->iface->current_mode
[all...]
H A Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
184 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
317 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
H A Dap_list.c35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
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 Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
41 hapd->iface->current_mode->vht_mcs_set, 8);
H A Dbeacon.c55 if (hapd->iface->current_mode == NULL ||
56 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
84 if (hapd->iface->current_mode == NULL ||
85 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
112 if (hapd->iface->current_mode == NULL ||
113 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
203 hapd->iface->current_mode == NULL)
211 mode = hapd->iface->current_mode;
916 if (hapd->iface->current_mode &&
917 hapd->iface->current_mode
[all...]
H A Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
184 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
317 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
H A Dap_list.c35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c27 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
41 hapd->iface->current_mode->vht_mcs_set, 8);
H A Dbeacon.c55 if (hapd->iface->current_mode == NULL ||
56 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
84 if (hapd->iface->current_mode == NULL ||
85 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
112 if (hapd->iface->current_mode == NULL ||
113 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
203 hapd->iface->current_mode == NULL)
211 mode = hapd->iface->current_mode;
916 if (hapd->iface->current_mode &&
917 hapd->iface->current_mode
[all...]
H A Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
184 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
317 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
H A Dap_list.c35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_event_dispatcher_x11.cc77 static_cast<const DisplayModeX11*>(x11_output->current_mode());
H A Dnative_display_delegate_x11.cc352 const DisplayMode* current_mode = NULL; local
362 current_mode = display_modes.back();
380 current_mode,
388 << " current_mode=" << current_mode_id;
520 const DisplayMode* mode_info = x11_output->current_mode();
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Ddisplay_message_handler.cc81 OnConfigureNativeDisplay(it->display_id, it->current_mode, it->origin);
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator_unittest.cc931 outputs_[0].set_current_mode(outputs_[1].current_mode());
1031 EXPECT_EQ(outputs_[0].current_mode(), (*cached)[0].display->current_mode());
1039 EXPECT_EQ(outputs_[0].current_mode(), (*cached)[0].display->current_mode());
1040 EXPECT_EQ(outputs_[1].current_mode(), (*cached)[1].display->current_mode());
1080 observer_.latest_outputs()[0].display->current_mode());
1083 observer_.latest_outputs()[1].display->current_mode());
/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/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc410 ash::DisplayMode current_mode = local
415 display_id, current_mode, mode, base::Bind(&StoreDisplayPrefs));
/external/chromium_org/ash/display/
H A Ddisplay_change_observer_chromeos.cc197 const ui::DisplayMode* mode_info = state.display->current_mode();
/external/chromium_org/athena/env/
H A Dathena_env_impl.cc317 const ui::DisplayMode* mode = displays[0].display->current_mode();
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.cc345 const ui::DisplayMode* mode = displays[0].display->current_mode();

Completed in 468 milliseconds

123