/system/core/init/ |
bootchart.h | 30 # define BOOTCHART_POLLING_MS 200 /* polling period in ms */ 31 # define BOOTCHART_DEFAULT_TIME_SEC (2*60) /* default polling time in seconds */ 32 # define BOOTCHART_MAX_TIME_SEC (10*60) /* max polling time in seconds */
|
/packages/apps/IM/src/com/android/im/imps/ |
PresencePollingManager.java | 21 * Manage presence polling from the server. If the server does not support 22 * subscribing presence change or prefer the client polling presence, the client 54 // Clear the polling address; the polling thread will fetch the
|
HttpDataChannel.java | 157 // Send a polling request after resume in case we missed some 159 Primitive polling = new Primitive(ImpsTags.Polling_Request); local 160 polling.setSession(mConnection.getSession().getID()); 161 sendPrimitive(polling); 190 ImpsLog.log("HttpDataChannel: Ignoring Polling-Request"); 428 // empty responses are only valid for Polling-Request or
|
/external/dbus/test/name-test/ |
test-pending-call-dispatch.c | 2 * Test to make sure we don't get stuck polling a dbus connection 6 * if its data had already been read before polling the connection
|
/external/bluetooth/glib/glib/ |
gpoll.h | 51 * indicate polling for messages. 58 * to use the main loop polling stuff for your own needs on
|
giochannel.h | 308 * polling for Windows messages. GTK applications should not do that. 344 * descriptor. This is because adding polling for a file descriptor is 358 * is polling them.
|
gpoll.c | 234 /* If no timeout and polling several handles, recurse to poll 312 /* Polling for several things? */ 332 /* Just polling for one thing, so no need to check first if
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmspibrcm.h | 72 bool polled_mode; /* polling for command completion */ 78 /* polling hack in wl_linux.c:wl_timer() */
|
bcmsdspi.h | 81 bool polled_mode; /* polling for command completion */ 88 /* polling hack in wl_linux.c:wl_timer() */
|
/packages/apps/IM/plugin/com/android/im/plugin/ |
ImpsConfigNames.java | 106 * The presence polling interval in milliseconds. Only valid when 109 public static final String PRESENCE_POLLING_INTERVAL = "imps.presence-polling-interval";
|
/external/qemu/android/ |
android.h | 54 /* enable/disable interrupt polling mode. the emulator will always use 100%
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallTracker.java | 95 * does not require polling of getCurrentCalls(). However, if other
|
ServiceStateTracker.java | 64 * By default, strength polling is enabled. However, if we're 66 * value to true and don't bother polling any more.
|
/external/wpa_supplicant/ |
l2_packet.h | 135 * to do polling in which case it can increasing polling frequency. This can
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet.h | 124 * to do polling in which case it can increasing polling frequency. This can
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_socket_serv_imp_pv.cpp | 906 //setup the loopback socket and/or polling interval. 916 //non-polling option selected. 930 //polling option selected. [all...] |
oscl_socket_stats.cpp | 138 //log polling events 149 //log polling index plus times. 266 LOGINFOMED((0, "OsclSocketStats(Serv=0x%x): Socket Server AO Polling Interval (msec) %d", iServ, PV_SOCKET_SERVER_AO_INTERVAL_MSEC));
|
oscl_socket_stats.h | 114 //Define the maximum number of polling events that will be logged.
|
/external/bluetooth/glib/docs/reference/glib/ |
mainloop-states.fig | 59 4 1 0 50 0 0 24 0.0000 4 330 1050 5925 2550 Polling\001
|
/external/bluetooth/glib/gio/ |
gpollfilemonitor.c | 136 /* We're polling so slowly anyway, so always emit the done hint */
|
/external/kernel-headers/original/asm-arm/ |
thread_info.h | 131 * TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
|
/external/qemu/distrib/ |
README | 35 - an optional (and disabled by default) "polling" runtime mode that doesn't use
|
/hardware/ti/wlan/wl1271/platforms/os/linux/inc/ |
WlanDrvIf.h | 114 TI_HANDLE hPollTimer;/* Polling timer for working without interrupts (debug) */
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/inc/ |
WlanDrvIf.h | 112 TI_HANDLE hPollTimer;/* Polling timer for working without interrupts (debug) */
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimppoll.c | 28 Implements Pumping of events and WIMP polling 289 /* Fall out of polling loop if message is successfully posted */
|