HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant/
events.c 503 int num, prio, timeout; local
514 timeout = 1;
567 timeout = wpa_s->scan_interval;
569 timeout = 5;
583 timeout = 0;
585 wpa_supplicant_req_scan(wpa_s, timeout, 0);
730 /* Timeout for receiving the first EAPOL packet */
l2_packet_pcap.c 184 int timeout; local
187 timeout = 20000;
190 timeout = 100000;
192 /* Register new timeout before calling l2_packet_receive() since
194 * cancel this timeout). */
195 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
  /external/wpa_supplicant_6/wpa_supplicant/
events.c 622 int prio, timeout; local
632 timeout = 1;
684 timeout = 10;
710 timeout = wpa_s->scan_interval;
712 timeout = 5;
715 timeout = 5;
729 timeout = 0;
733 * we don't wait timeout seconds before transitioning
739 wpa_supplicant_req_scan(wpa_s, timeout, 0);
890 /* Timeout for receiving the first EAPOL packet *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_pcap.c 184 int timeout; local
187 timeout = 20000;
190 timeout = 100000;
192 /* Register new timeout before calling l2_packet_receive() since
194 * cancel this timeout). */
195 eloop_register_timeout(0, timeout, l2_packet_receive_timeout,
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 49 struct eloop_timeout *timeout; member in struct:eloop_data
125 struct eloop_timeout *timeout, *tmp, *prev; local
127 timeout = (struct eloop_timeout *) malloc(sizeof(*timeout));
128 if (timeout == NULL)
130 os_get_time(&timeout->time);
131 timeout->time.sec += secs;
132 timeout->time.usec += usecs;
133 while (timeout->time.usec >= 1000000) {
134 timeout->time.sec++
171 struct eloop_timeout *timeout, *prev, *next; local
379 struct eloop_timeout *timeout, *prev; local
    [all...]
eloop_win.c 62 struct eloop_timeout *timeout; member in struct:eloop_data
248 struct eloop_timeout *timeout, *tmp, *prev; local
250 timeout = os_malloc(sizeof(*timeout));
251 if (timeout == NULL)
253 os_get_time(&timeout->time);
254 timeout->time.sec += secs;
255 timeout->time.usec += usecs;
256 while (timeout->time.usec >= 1000000) {
257 timeout->time.sec++
294 struct eloop_timeout *timeout, *prev, *next; local
460 DWORD count, ret, timeout, err; local
572 struct eloop_timeout *timeout, *prev; local
    [all...]
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 119 Timeout t = new Timeout(content);
127 Timeout t = new Timeout(content);
143 Timeout t = new Timeout(content);
209 Timeout t = new Timeout(content);
211 // Set up the callback so we can remove the timeout if the
239 Timeout[] timeout = buf.getSpans(0, buf.length(), Timeout.class) local
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 168 struct timeval timeout = {0, 0}; local
175 timeout.tv_usec = 5000;
177 int r = select(fd + 1, &readset, NULL, NULL, &timeout);
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 194 int timeout = 5000; local
206 if (Math.abs(timeout - delay) > 1000) {
207 fail("Timeout was not accurate. it needed " + delay +
208 " instead of " + timeout + "miliseconds");
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.h 78 TI_UINT32 timeout; member in struct:__anon10740
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
AssocSM.h 96 TI_UINT32 timeout; member in struct:__anon10838
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 43 volatile int timeout; field in class:AbstractSessionContext
63 * @param timeout for cache entries
65 AbstractSessionContext(int maximumSize, int timeout) {
67 this.timeout = timeout;
115 return timeout;
141 timeout = seconds;
148 // timeout as part of their validity condition.
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java 144 int timeout = getDiscoverableTimeout(); local
145 manager.setDiscoverableTimeout(timeout);
147 long endTimestamp = System.currentTimeMillis() + timeout * 1000L;
152 manager.setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE, timeout);
158 private void updateTimerDisplay(int timeout) {
166 .getString(R.string.bluetooth_is_discoverable, timeout));
171 int timeout = SystemProperties.getInt(SYSTEM_PROPERTY_DISCOVERABLE_TIMEOUT, -1); local
172 if (timeout < 0) {
182 timeout = DISCOVERABLE_TIMEOUT_NEVER;
184 timeout = DISCOVERABLE_TIMEOUT_ONE_HOUR
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 82 unsigned int timeout; member in struct:__anon13970
122 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */ member in struct:__anon13972
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_device.h 34 __u64 timeout; member in struct:dlm_lock_params
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/hdlc/
ioctl.h 76 unsigned int timeout; member in struct:__anon14401
  /system/core/init/
bootchart.c 303 int timeout = 0, count = 0; local
308 timeout = atoi(buff);
311 /* when running with emulator, androidboot.bootchart=<timeout>
313 * timeout. this is useful when using -wipe-data since the /data
323 timeout = atoi(s);
326 if (timeout == 0)
329 if (timeout > BOOTCHART_MAX_TIME_SEC)
330 timeout = BOOTCHART_MAX_TIME_SEC;
332 count = (timeout*1000 + BOOTCHART_POLLING_MS-1)/BOOTCHART_POLLING_MS;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
conn.h 79 UINT32 timeout; member in struct:__anon18008
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Assoc/
AssocSM.h 97 UINT32 timeout; member in struct:__anon18031
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
conn.h 78 TI_UINT32 timeout; member in struct:__anon19060
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
AssocSM.h 96 TI_UINT32 timeout; member in struct:__anon19158
  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 215 final int timeout = 2000; local
218 mMediaController.show(timeout);
225 new DelayedCheck(timeout + 500) {
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 25 __u32 timeout; member in struct:usbdevfs_ctrltransfer
32 unsigned int timeout; member in struct:usbdevfs_bulktransfer
  /external/bluetooth/bluez/compat/
hidd.c 250 static int create_device(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
279 req.idle_to = timeout * 60;
350 static void run_server(int ctl, int csk, int isk, uint8_t subclass, int nosdp, int nocheck, int bootonly, int encrypt, int timeout)
383 err = create_device(ctl, ncsk, nisk, subclass, nosdp, nocheck, bootonly, encrypt, timeout);
447 static void do_connect(int ctl, bdaddr_t *src, bdaddr_t *dst, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
524 err = create_device(ctl, csk, isk, subclass, 1, 1, bootonly, encrypt, timeout);
536 static void do_search(int ctl, bdaddr_t *bdaddr, uint8_t subclass, int fakehid, int bootonly, int encrypt, int timeout)
567 do_connect(ctl, &src, &dst, subclass, fakehid, bootonly, encrypt, timeout);
583 do_connect(ctl, &src, &dst, subclass, 1, bootonly, 0, timeout);
647 "\t-t <timeout> Set idle timeout (in minutes)\n
702 int fakehid = 1, encrypt = 0, timeout = 30, lm = 0; local
    [all...]

Completed in 648 milliseconds

1 2 3 45 6 7 8 91011>>