HomeSort by relevance Sort by last modified time
    Searched full:poll (Results 151 - 175 of 570) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/strace/android/arch/x86/
config.h 119 /* Define if you have SVR4 and the poll system call works on /proc files. */
122 /* Define to 1 if you have the <poll.h> header file. */
265 /* Define to 1 if you have the <sys/poll.h> header file. */
  /external/strace/
config.h.in 115 /* Define if you have SVR4 and the poll system call works on /proc files. */
118 /* Define to 1 if you have the <poll.h> header file. */
256 /* Define to 1 if you have the <sys/poll.h> header file. */
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 136 /** Slow poll when attempting connection recovery. */
146 * poll interval is 5 seconds (POLL_NETSTAT_SLOW_MILLIS), so set this to
147 * poll for about 2 more minutes.
  /system/core/libnetutils/
dhcpclient.c 26 #include <poll.h>
442 r = poll(&pfd, 1, timeout);
488 return fatal("poll failed");
  /system/core/toolbox/
getevent.c 10 #include <sys/poll.h>
436 pollres = poll(ufds, nfds, -1);
437 //printf("poll %d, returned %d\n", nfds, pollres);
  /external/bluetooth/hcidump/parser/
lmp.c 847 printf("poll interval %d\n", interval);
951 uint8_t poll = LMP_U8(frm); local
971 printf("poll period %d\n", poll);
974 printf("poll period %d\n", poll);
  /external/libpcap/
pcap-bpf.c 979 * "poll()" on a BPF file descriptor and it works correctly,
988 * around the failure of "select()" and "poll()" to wake up
990 * the timeout as the "select()" or "poll()" timeout, putting
995 * However, in FreeBSD 4.3 and 4.4, "select()" and "poll()"
1003 * to -1, which means "sorry, you can't use 'select()' or 'poll()'
1009 * "select()" and "poll()" should work correctly).
  /external/bluetooth/glib/gio/
gdrive.c 49 * can poll for media; typically one should not do this periodically
50 * as a poll for media operation is potententially expensive and may
  /external/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 107 * The actual reference queue that our background thread will poll.
154 while ((reference = queue.poll()) != null) {
  /external/kernel-headers/original/linux/
dmaengine.h 174 * @device_memcpy_complete: poll the status of an IOAT DMA transaction
299 * dma_async_memcpy_complete - poll for transaction completion
rtc.h 113 #include <linux/poll.h>
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_stats.cpp 78 {//to avoid having the poll events vector grow without bound
164 LOGINFOMED((0, "OsclSocketStats(Serv=0x%x,Sock=0x%x): %s Poll=%d, Times %s"
oscl_socket_tuneables.h 98 ** the implementation will poll at 10 msec intervals.
  /external/qemu/
charpipe.c 451 /* poll the charpipes */
464 /* poll the charbuffers */
  /external/tcpdump/
ntp.h 44 * |LI | VN |Mode | Stratum | Poll | Precision |
81 u_char ppoll; /* poll value */
  /external/wpa_supplicant/
l2_packet_pcap.c 173 * Use shorter poll interval for 3 seconds to reduce latency during key
378 * Use shorter poll interval for 3 seconds to reduce latency during key
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_pcap.c 173 * Use shorter poll interval for 3 seconds to reduce latency during key
378 * Use shorter poll interval for 3 seconds to reduce latency during key
  /hardware/libhardware/include/hardware/
sensors.h 352 * Causes sensors_data_device_t.poll() to return -EWOULDBLOCK immediately.
389 int (*poll)(struct sensors_data_device_t *dev, member in struct:sensors_data_device_t
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySync.java 170 * @param eventSource server, poll, etc.
255 sb.append("(poll)");
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 86 * poll() that has lost its time slice.
112 * poll() and remove(Object) where the same element would appear
289 public E poll() { method in class:ConcurrentLinkedQueue
332 * another variant of poll/peek; here returning out the first
LinkedBlockingQueue.java 84 /** Lock held by take, poll, etc */
111 * Signals a waiting put. Called only from take/poll.
377 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:LinkedBlockingQueue
410 public E poll() { method in class:LinkedBlockingQueue
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
SoftReferenceTest.java 159 ref = rq.poll();
  /external/bluetooth/bluez/common/
btio.c 28 #include <poll.h>
111 if (poll(&fds, 1, 0) > 0 && (fds.revents & POLLNVAL))
1035 if (poll(&pfd, 1, 0) < 0) {
1036 ERROR_FAILED(err, "poll", errno);
  /external/dbus/dbus/
dbus-transport-socket.c 964 * to avoid the poll. This is probably about a 5% speedup on an
985 /* If we get here, we decided to do the poll() after all */
1023 _dbus_verbose ("unlock %s pre poll\n", _DBUS_FUNCTION_NAME);
    [all...]
  /external/openssl/crypto/rand/
rand_win.c 212 /* poll the CryptoAPI PRNG */
352 /* poll the CryptoAPI PRNG */
368 /* poll the Pentium PRG with CryptoAPI */
444 * on Peter's analysis the full poll appears to be safe. Additional

Completed in 253 milliseconds

1 2 3 4 5 67 8 91011>>