Searched defs:wait_time (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Doffchannel.c169 const u8 *buf, size_t len, unsigned int wait_time,
210 wpa_s->action_tx_wait_time = wait_time;
214 wait_time, wpa_s->pending_action_dst,
254 if (wait_time > wpa_s->max_remain_on_chan)
255 wait_time = wpa_s->max_remain_on_chan;
256 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
167 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) argument
H A Dp2p_supplicant.c683 size_t len, unsigned int wait_time)
687 wait_time,
681 wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
/external/chromium/chrome/browser/metrics/
H A Dhistogram_synchronizer.cc53 TimeDelta wait_time) {
57 TimeTicks end_time = start + wait_time;
62 wait_time = end_time - TimeTicks::Now();
63 received_all_renderer_histograms_.TimedWait(wait_time);
80 int wait_time) {
98 // Post a task that would be called after waiting for wait_time. This acts
107 wait_time);
52 FetchRendererHistogramsSynchronously( TimeDelta wait_time) argument
77 FetchRendererHistogramsAsynchronously( MessageLoop* callback_thread, Task* callback_task, int wait_time) argument
H A Dthread_watcher_unittest.cc153 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { argument
155 TimeTicks end_time = TimeTicks::Now() + wait_time;
163 void VeryLongMethod(TimeDelta wait_time) { argument
165 WaitForWaitStateChange(wait_time, STOPPED_WAITING);
169 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { argument
175 // object's state changes to the expected_state or until wait_time elapses.
177 TimeTicks end_time = TimeTicks::Now() + wait_time;
196 CheckResponseState WaitForCheckResponse(const TimeDelta& wait_time, argument
204 // wait_time elapses.
206 TimeTicks end_time = TimeTicks::Now() + wait_time;
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
H A DSDL_macevents.c130 UInt32 wait_time; local
134 wait_time = 2147483647;
136 wait_time = 0;
138 WaitNextEvent(everyEvent, &event, wait_time, nil);
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc640 TimeDelta wait_time = TimeDelta::FromMilliseconds(10000); local
645 current_synchronizer->FetchRendererHistogramsSynchronously(wait_time);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h120 unsigned int wait_time; member in struct:p2p_pending_action_tx
677 size_t len, unsigned int wait_time);
H A Dp2p.c906 p2p->after_scan_tx->wait_time);
3878 size_t len, unsigned int wait_time)
3897 p2p->after_scan_tx->wait_time = wait_time;
3903 buf, len, wait_time);
3876 p2p_send_action(struct p2p_data *p2p, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h120 unsigned int wait_time; member in struct:p2p_pending_action_tx
677 size_t len, unsigned int wait_time);
H A Dp2p.c906 p2p->after_scan_tx->wait_time);
3878 size_t len, unsigned int wait_time)
3897 p2p->after_scan_tx->wait_time = wait_time;
3903 buf, len, wait_time);
3876 p2p_send_action(struct p2p_data *p2p, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h120 unsigned int wait_time; member in struct:p2p_pending_action_tx
677 size_t len, unsigned int wait_time);
H A Dp2p.c906 p2p->after_scan_tx->wait_time);
3878 size_t len, unsigned int wait_time)
3897 p2p->after_scan_tx->wait_time = wait_time;
3903 buf, len, wait_time);
3876 p2p_send_action(struct p2p_data *p2p, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c2986 size_t len, unsigned int wait_time)
3026 if (wpa_driver_test_remain_on_channel(drv, freq, wait_time) < 0) {
2984 test_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
H A Ddriver_nl80211.c5144 int offchanok, unsigned int wait_time)
5156 return nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
5166 unsigned int wait_time)
5216 wait_time);
8010 unsigned int wait_time,
8024 drv->ifindex, freq, wait_time, no_cck);
8041 wait_time);
8043 ret = nl80211_send_frame_cmd(bss, freq, wait_time, buf,
5140 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
5161 wpa_driver_nl80211_send_mlme_freq(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
8009 wpa_driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c2986 size_t len, unsigned int wait_time)
3026 if (wpa_driver_test_remain_on_channel(drv, freq, wait_time) < 0) {
2984 test_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
H A Ddriver_nl80211.c5144 int offchanok, unsigned int wait_time)
5156 return nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
5166 unsigned int wait_time)
5216 wait_time);
8010 unsigned int wait_time,
8024 drv->ifindex, freq, wait_time, no_cck);
8041 wait_time);
8043 ret = nl80211_send_frame_cmd(bss, freq, wait_time, buf,
5140 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
5161 wpa_driver_nl80211_send_mlme_freq(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
8009 wpa_driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c2986 size_t len, unsigned int wait_time)
3026 if (wpa_driver_test_remain_on_channel(drv, freq, wait_time) < 0) {
2984 test_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
H A Ddriver_nl80211.c5144 int offchanok, unsigned int wait_time)
5156 return nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
5166 unsigned int wait_time)
5216 wait_time);
8010 unsigned int wait_time,
8024 drv->ifindex, freq, wait_time, no_cck);
8041 wait_time);
8043 ret = nl80211_send_frame_cmd(bss, freq, wait_time, buf,
5140 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
5161 wpa_driver_nl80211_send_mlme_freq(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
8009 wpa_driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument

Completed in 444 milliseconds