/external/wpa_supplicant/ |
eloop.h | 59 * eloop_timeout_handler - eloop timeout event callback type 180 * eloop_register_timeout - Register timeout 181 * @secs: Number of seconds to the timeout 182 * @usecs: Number of microseconds to the timeout 183 * @handler: Callback function to be called when timeout occurs 188 * Register a timeout that will cause the handler function to be called after 210 * eloop_is_timeout_registered - Check if a timeout is already registered 214 * Returns: 1 if the timeout is registered, 0 if the timeout is not registered 216 * Determine if a matching <handler,eloop_data,user_data> timeout is registere [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop.h | 59 * eloop_timeout_handler - eloop timeout event callback type 180 * eloop_register_timeout - Register timeout 181 * @secs: Number of seconds to the timeout 182 * @usecs: Number of microseconds to the timeout 183 * @handler: Callback function to be called when timeout occurs 188 * Register a timeout that will cause the handler function to be called after 210 * eloop_is_timeout_registered - Check if a timeout is already registered 214 * Returns: 1 if the timeout is registered, 0 if the timeout is not registered 216 * Determine if a matching <handler,eloop_data,user_data> timeout is registere [all...] |
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 48 * <li>Timeout specification for SSL handshake operations 54 * The handshake timeout does not apply to actual TCP socket connection. 55 * If you want a connection timeout as well, use {@link #createSocket()} 111 * Returns a new socket factory instance with an optional handshake timeout. 114 * for none. The socket timeout is reset to 0 after the handshake. 122 * Returns a new socket factory instance with an optional handshake timeout 126 * for none. The socket timeout is reset to 0 after the handshake. 136 * disabled, using an optional handshake timeout and SSL session cache. 142 * for none. The socket timeout is reset to 0 after the handshake. 155 * for none. The socket timeout is reset to 0 after the handshake [all...] |
/external/libnfc-nxp/src/ |
phOsalNfc_Timer.h | 73 * timeout expires. 125 * timer stops and restarts with the new timeout value and new callback function 128 * \note The old timeout and callback reference are not valid any more if timer 143 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)", URL="\ref phOsalNfc_Timer_Start"]; 168 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)",URL="\ref phOsalNfc_Timer_Start"];
|
/external/openssl/include/openssl/ |
dtls1.h | 228 struct dtls1_timeout_st timeout; member in struct:dtls1_state_st 230 /* Indicates when the last handshake msg sent will timeout */ 233 /* Timeout duration */ 257 /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
|
/external/openssl/ssl/ |
dtls1.h | 228 struct dtls1_timeout_st timeout; member in struct:dtls1_state_st 230 /* Indicates when the last handshake msg sent will timeout */ 233 /* Timeout duration */ 257 /* Timeout multipliers (timeout slice is defined in apps/timeouts.h */
|
/external/qemu/ |
qemu-timer.c | 1038 struct itimerspec timeout; local 1053 if (timer_gettime(host_timer, &timeout)) { 1058 current_ns = timeout.it_value.tv_sec * 1000000000LL + timeout.it_value.tv_nsec; 1062 timeout.it_interval.tv_sec = 0; 1063 timeout.it_interval.tv_nsec = 0; /* 0 for one-shot timer */ 1064 timeout.it_value.tv_sec = nearest_delta_ns / 1000000000; 1065 timeout.it_value.tv_nsec = nearest_delta_ns % 1000000000; 1066 if (timer_settime(host_timer, 0 /* RELATIVE */, &timeout, NULL)) { 1320 int timeout; local [all...] |
/external/quake/quake/src/QW/server/ |
sys_unix.c | 221 struct timeval timeout; local 258 // the only reason we have a timeout at all is so that if the last 265 timeout.tv_sec = 1; 266 timeout.tv_usec = 0; 267 if (select (net_socket+1, &fdset, NULL, NULL, &timeout) == -1)
|
/hardware/ti/omap4xxx/libtiutils/ |
MessageQueue.cpp | 292 @briefWait for message in maximum three different queues with a timeout 297 @param timeout The timeout value (in micro secs) to wait for a message in any of the queues 302 android::status_t MessageQueue::waitForMsg(MessageQueue *queue1, MessageQueue *queue2, MessageQueue *queue3, int timeout) 358 int ret = poll(pfd, n, timeout);
|
/libcore/luni/src/main/java/java/net/ |
SocketImpl.java | 252 * by the {@code SocketAddress} object with the given timeout. This method 253 * will block indefinitely if the timeout is set to zero. 257 * @param timeout 258 * the timeout value in milliseconds. 262 protected abstract void connect(SocketAddress remoteAddr, int timeout) throws IOException;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Config.java | 206 * The timeout for querying each source, in milliseconds. 251 * If a new character is typed before this timeout expires, the timeout is reset. 259 * If a new result arrives before this timeout expires, the timeout is reset.
|
/packages/apps/Settings/src/com/android/settings/ |
DisplaySettings.java | 118 long timeout = Long.parseLong(values[i].toString()); local 119 if (currentTimeout >= timeout) { 142 long timeout = Long.parseLong(values[i].toString()); local 143 if (timeout <= maxTimeout) { 264 Log.e(TAG, "could not persist screen timeout setting", e);
|
/system/media/mca/filterpacks/videosrc/java/ |
SurfaceTextureSource.java | 101 /** Maximum timeout before signaling error when waiting for a new frame. Set 102 * this to zero to disable the timeout and wait indefinitely. In milliseconds. 107 /** Whether a timeout is an exception-causing failure, or just causes the 202 throw new RuntimeException("Timeout waiting for new frame"); 204 if (mLogVerbose) Log.v(TAG, "Timeout waiting for a new frame. Closing.");
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraGLTest.java | 152 fail("initializeMessageLooper: start timeout"); 231 // timeout could be expected or unexpected. The caller will decide. 232 Log.v(TAG, "waitForSurfaceTextureDone: timeout"); 243 // timeout could be expected or unexpected. The caller will decide. 244 Log.v(TAG, "waitForPreviewDone: timeout"); 352 assertTrue("Timeout waiting for new preview callback!", noTimeout); 361 assertTrue("Timeout waiting for new preview callback!", noTimeout); 370 assertTrue("Timeout waiting for new preview callback!", noTimeout); 396 assertTrue("Timeout waiting for new frame from SurfaceTexture!", noTimeout); 398 assertTrue("Timeout waiting for new preview callback!",noTimeout) [all...] |
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 107 const PRIntervalTime timeout, 153 base::TimeDelta timeout) 156 timeout_(timeout), 201 base::TimeDelta timeout = timeout_; local 205 cv_.TimedWait(timeout); 208 timeout -= elapsed_time; 209 if (timeout < base::TimeDelta()) { 227 base::TimeDelta timeout() const { function in class:__anon3658::OCSPRequestSession 391 base::TimeDelta timeout_; // The timeout for OCSP 423 const PRIntervalTime timeout) { 615 << " timeout=" << timeout; local [all...] |
/external/chromium/base/ |
message_pump_glib.cc | 22 // Return a timeout suitable for the glib loop, -1 to block forever, 23 // 0 to return right away, or a timeout in milliseconds from now. 42 // FALSE otherwise. It can also set a timeout in this case for the next time 65 // - Do the poll with a timeout of 0 (not blocking). 71 // thing, respecting the timeout for the poll (and block, although it is 94 // We always return FALSE, so that our timeout is honored. If we were 95 // to return TRUE, the timeout would be considered to be 0 and the poll 239 // Return the timeout we want passed to poll. 340 // We need to wake up the loop in case the poll timeout needs to be
|
/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 53 public static final String NI_INTENT_KEY_TIMEOUT = "timeout"; 105 public int timeout; field in class:GpsNetInitiatedHandler.GpsNiNotification 168 // A note about timeout 172 // In some GPS hardware, the GPS driver (under HAL) can handle the timeout case 175 // However, the UI should at least close the dialog when timeout. Further, 176 // for more general handling, timeout response should be added to the Handler here. 251 intent.putExtra(NI_INTENT_KEY_TIMEOUT, notif.timeout); 255 ", timeout: " + notif.timeout);
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ConnPoolByRoute.java | 235 long timeout, 238 return getEntryBlocking(route, state, timeout, tunit, aborter); 245 * Obtains a pool entry with a connection within the given timeout. 250 * @param timeout the timeout, 0 or negative for no timeout 251 * @param tunit the unit for the <code>timeout</code>, 252 * may be <code>null</code> only if there is no timeout 258 * if the timeout expired 264 long timeout, TimeUnit tunit [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 304 * timeout -- how long to wait (in seconds) 311 waitForPADO(PPPoEConnection *conn, int timeout) 328 tv.tv_sec = timeout; 488 * timeout -- how long to wait (in seconds) 495 waitForPADS(PPPoEConnection *conn, int timeout) 505 tv.tv_sec = timeout; 581 int timeout = PADI_TIMEOUT; local 601 warn("Timeout waiting for PADO packets"); 608 waitForPADO(conn, timeout); 614 timeout *= 2 [all...] |
/external/tcpdump/ |
print-radius.c | 271 "Idle Timeout", 272 "Session Timeout", 370 { "Session Timeout", NULL, 0, 0, print_attr_num }, 371 { "Idle Timeout", NULL, 0, 0, print_attr_num }, 573 u_int32_t timeout; local 625 timeout = EXTRACT_32BITS( data); 626 if ( timeout < 60 ) 627 printf( "%02d secs", timeout); 630 if ( timeout < 3600 ) 632 timeout / 60, timeout % 60) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
webkit.py | 139 timeout = 2.0 140 deadline = time.time() + timeout 141 output = sp.read_line(timeout) 146 timeout = deadline - time.time() 147 output = sp.read(timeout, content_length) 152 timeout = deadline - time.time() 416 deadline = time.time() + int(driver_input.timeout) / 1000.0 443 timeout=self._server_process.timed_out, error=error) 458 timeout = deadline - time.time() 459 line = self._server_process.read_line(timeout) [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
BlockingDeque.java | 275 * @param timeout how long to wait before giving up, in units of 278 * <tt>timeout</tt> parameter 288 boolean offerFirst(E e, long timeout, TimeUnit unit) 297 * @param timeout how long to wait before giving up, in units of 300 * <tt>timeout</tt> parameter 310 boolean offerLast(E e, long timeout, TimeUnit unit) 336 * @param timeout how long to wait before giving up, in units of 339 * <tt>timeout</tt> parameter 344 E pollFirst(long timeout, TimeUnit unit) 352 * @param timeout how long to wait before giving up, in units o [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCConnection.java | 41 * Timeout for Database.exec() 43 protected int timeout = 1000000; field in class:JDBCConnection 61 * Base time value for timeout handling. 81 if (t1 - t0 > timeout) { 100 if (t1 - t0 > timeout) { 480 public boolean isValid(int timeout) throws SQLException {
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 165 struct timeval timeout; local 168 timeout.tv_sec = 10; 169 timeout.tv_usec = 0; 173 if ( select(audio_fd+1, NULL, &fdset, NULL, &timeout) <= 0 ) { 176 "Audio timeout - buggy audio driver? (trying ospace)"; 178 "Audio timeout - buggy audio driver? (disabled)";
|
/external/valgrind/unittest/ |
thread_wrappers_pthread.h | 196 struct timespec timeout; local 199 timeval2timespec(&now, &timeout, millis); 204 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); 225 struct timespec timeout; local 227 timeval2timespec(&now, &timeout, millis); 228 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout);
|