/dalvik/vm/jdwp/ |
JdwpMain.c | 382 * We could fix this by polling for the first debugger packet, but we have 383 * to watch out for disconnects. If we're going to do polling, it's
|
/external/dbus/dbus/ |
dbus-mainloop.c | 621 _dbus_verbose (" polling watch on fd %d %s\n", 704 _dbus_verbose (" polling on %d descriptors timeout %ld\n", n_fds, timeout);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionTracker.java | 151 // 1 sec. default polling interval when screen is on. 153 // 10 min. default polling interval when screen is off.
|
/packages/apps/IM/src/com/android/im/imps/ |
TcpCirChannel.java | 189 // Send a polling request to make sure we don't miss anything
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterQOS.h | 115 Desc: This function commands the driver to issue a polling frame to 129 Desc: This function commands the driver to issue a polling frame to 132 voice call. The polling is either PS-Poll (for legacy PS) or
|
/external/ping/ |
ping.c | 581 int polling; local 613 polling = 0; 629 polling = MSG_DONTWAIT; 635 if (!polling && 644 polling = MSG_DONTWAIT; 662 cc = recvmsg(icmp_sock, &msg, polling); 663 polling = MSG_DONTWAIT; [all...] |
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh_sdmmc.c | 1206 downloading of the firmware is complete, other wise polling [all...] |
/external/grub/netboot/ |
fsys_tftp.c | 275 * polling throughout Etherboot, so some time may have passed since we
|
/external/kernel-headers/original/linux/ |
ata.h | 224 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */
|
interrupt.h | 369 * 5. wait for the device to interrupt, using non-intrusive polling or a delay.
|
/external/opencore/doc/oscl_html/ |
oscl__socket__stats_8h-source.html | 102 00097 <span class="comment">//Define the maximum number of polling events that will be logged.</span>
|
/external/wpa_supplicant/ |
l2_packet_winpcap.c | 15 * l2_packet_pcap.c has support for WinPcap, but it requires polling to receive
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_winpcap.c | 15 * l2_packet_pcap.c has support for WinPcap, but it requires polling to receive
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | 315 // Signal strength polling stops when radio is off. 326 // Signal strength polling stops when radio is off. 345 // Polling will continue when radio turns back on. 794 Log.e(LOG_TAG, "Exception while polling service state. " [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 406 * when GPRS detaches, but we should stop the network polling. [all...] |
GsmServiceStateTracker.java | 365 // Signal strength polling stops when radio is off 385 // Polling will continue when radio turns back on and not CDMA 722 Log.e(LOG_TAG, "Exception while polling service state. " [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd.h | 334 /* Use polling */
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_CompThread.c | 89 * ComponentThread() thread polling for messages and data in pipe
|
/packages/apps/IM/libwbxml/src/gperf/ |
csp13tags.gperf | 115 Polling-Request, 0x0122
|
/system/core/adb/ |
SERVICES.TXT | 31 polling the server repeatedly.
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
esta_drv.h | 265 struct timer_list poll_timer; /* Polling timer. Used only when working without interrupts */
|
/development/pdk/docs/porting/ |
keymaps_keyboard_input.jd | 29 <p>Android's input event device is structured around an interrupt or polling routine that captures the device-specific scancode and converts it to a standard form acceptable to Linux (as defined in <code>input.h</code>) before passing it to the kernel with <code>input_event()</code>.</p> 30 <p>The keymap driver's other primary function is to establish a probe function that sets up the interrupt or polling function, handles hardware initialization, and attaches the driver to the input subsystem with <code>input_register_device()</code>.</p>
|
/external/qemu/ |
qemu-char-android.c | 856 int polling; member in struct:__anon4799 915 s->polling = 1; 934 s->polling = 0; 953 if (s->polling) { 954 /* If we arrive here without polling being cleared due [all...] |
qemu-char.c | 824 int polling; member in struct:__anon4806 883 s->polling = 1; 902 s->polling = 0; 921 if (s->polling) { 922 /* If we arrive here without polling being cleared due [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 110 * Interval in milliseconds between polling for connection 605 * Set the interval timer for polling connection information 770 * in between polling for supplicant availability, in which case [all...] |