/system/wlan/ti/wilink_6_1/Test/ |
qosMngrDbg.c | 105 WLAN_OS_REPORT(("PS POLL Modes:\n"));
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
PowerMgr.h | 93 TI_HANDLE hPsPollFailureTimer; /**< Handle to ps-poll failure timer */
|
PowerMgr.c | [all...] |
/external/guava/javadoc/com/google/common/collect/ |
ForwardingQueue.html | 185 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ForwardingQueue.html#poll()">poll</A></B>()</CODE> 308 <A NAME="poll()"><!-- --></A><H3> 309 poll</H3> 311 public <A HREF="../../../../com/google/common/collect/ForwardingQueue.html" title="type parameter in ForwardingQueue">E</A> <B>poll</B>()</PRE> 314 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Queue.html?is-external=true#poll()" title="class or interface in java.util">poll</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Queue.html?is-external=true" title="class or interface in java.util">Queue</A><<A HREF="../../../../com/google/common/collect/ForwardingQueue.html" title="type parameter in ForwardingQueue">E</A>></CODE></DL>
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 322 // Non Volatile. Here when Non-Volatile is ready, we can poll the CDMA 460 // Just poll signal strength...not part of pollState() 634 // Ignore stale requests from last poll. [all...] |
/external/bluetooth/bluez/audio/ |
liba2dp.c | 39 #include <sys/poll.h> 88 /* timeout in milliseconds to prevent poll() from hanging indefinitely */ 665 ret = poll(&data->stream, 1, POLL_TIMEOUT); 668 print_time("poll", begin2, end2); 711 VDBG("poll() failed: %d (revents = %d, errno %s)",
|
/frameworks/base/services/java/com/android/server/ |
ThrottleService.java | 91 private long mLastRead; // read byte count from last poll 92 private long mLastWrite; // write byte count from last poll 94 private static final String ACTION_POLL = "com.android.server.ThrottleManager.action.POLL"; 385 // if we poll now we won't have network connectivity or even imsi access 386 // queue up a poll to happen in a little while - after ntp and imsi are avail [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr.c | [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
SynchronousQueue.java | 29 * <tt>poll()</tt> will return <tt>null</tt>. For purposes of other 393 * SynchronousQueue.{poll/offer} don't check interrupts 873 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:SynchronousQueue 887 public E poll() { method in class:SynchronousQueue [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 725 // PDP list. If it was an unsolicited response, we poll again 729 // We think it disconnected but aren't sure...poll from our side 805 Log.d(LOG_TAG, "[DataConnection] Start poll NetStat"); 815 Log.d(LOG_TAG, "[DataConnection] Stop poll NetStat"); [all...] |
GsmServiceStateTracker.java | 432 // Just poll signal strength...not part of pollState() 558 // poll data state up to 15 times, with a 100ms delay 619 // Ignore stale requests from last poll 796 // Issue all poll-related commands at once 856 Log.d(LOG_TAG, "Poll ServiceState done: " + [all...] |
/development/pdk/docs/porting/ |
power_management.jd | 50 <li>The user-space input-event thread returns from select/poll, locks the 56 wakelock, and calls select or poll. </li>
|
/device/htc/dream-sapphire/libsensors/ |
sensors.c | 24 #include <poll.h> 588 dev->device.poll = data__poll;
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 323 while ((key = (WeakKey) queue.poll()) != null) { 336 WeakKey key = (WeakKey) queue.poll();
|
/external/grub/netboot/ |
config.c | 478 eth_dummy, /* poll */ 583 return ((*nic.poll) (&nic));
|
ni5010.c | 219 POLL - Wait for a frame 367 nic->poll = ni5010_poll;
|
/external/iproute2/misc/ |
nstat.c | 24 #include <sys/poll.h> 395 if (poll(&p, 1, tdiff + scan_interval) > 0
|
rtacct.c | 25 #include <sys/poll.h> 389 if (poll(&p, 1, tdiff + scan_interval) > 0
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimpvideo.c | 182 /* Poll until window is shown */ 342 /* Update window can fail if called before first poll */
|
/external/tcpdump/ |
print-bfd.c | 140 { 0x20, "Poll" }, 152 { 0x20, "Poll" },
|
print-llc.c | 81 { LLC_U_POLL, "Poll" }, 83 { LLC_IS_POLL, "Poll" },
|
/external/wpa_supplicant/ |
wpa_supplicant_i.h | 586 if (wpa_s->driver->poll) { 587 wpa_s->driver->poll(wpa_s->drv_priv);
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsTags.java | 32 public static final String Poll = "Poll";
|
/sdk/emulator/sensors/ |
sensors_qemu.c | 385 * to the VM time when the real poll occured. 576 dev->device.poll = data__poll;
|
/bionic/libc/include/sys/ |
linux-unistd.h | 201 int poll (struct pollfd *, unsigned int, long);
|