HomeSort by relevance Sort by last modified time
    Searched full:polling (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /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 */
  /external/libnfc-nxp/src/
phHciNfc_PollingLoop.h 22 * \brief HCI Header for the Polling loop Management. *
87 * The phHciNfc_PollLoop_Initialise function Initialises the polling loop and opens the
88 * polling loop pipe
95 * \retval NFCSTATUS_PENDING Polling loop gate Initialisation is pending.
112 * The phHciNfc_PollLoop_Release function closes the polling loop gate pipe
120 * \retval NFCSTATUS_PENDING Release of the Polling loop gate resources are
139 * The phHciNfc_PollLoop_Update_PipeInfo function updates the pipe_id of the polling
150 * \retval NFCSTATUS_SUCCESS Polling loop gate Response received Successfully.
167 * The phHciNfc_PollLoop_Update_PipeInfo function updates the pipe_id of the polling
173 * \param[in] pipeID pipeID of the polling loop gat
    [all...]
phHciNfc_PollingLoop.c 22 * \brief HCI polling loop Management Routines. *
93 /* Information structure for the polling loop Gate */
95 /* Current running Sequence of the polling loop Management */
97 /* Next running Sequence of the polling loop Management */
99 /* Pointer to the polling loop pipe information */
119 * The phHciNfc_Recv_Pl_Response function interprets the received polling loop
127 * polling loop gate.
131 * \retval NFCSTATUS_PENDING Polling loop gate Response to be received
133 * \retval NFCSTATUS_SUCCESS Polling loop gate Response received
229 * \brief Initialisation of polling loop Gate and Establish the Session
    [all...]
phHciNfc.h 260 * The phHciNfc_Restart_Discovery function restarts the Polling Wheel.
266 * \param[in] re_poll If True: Start re-polling of the target
289 * The phHciNfc_Start_Discovery function Starts the Polling Wheel.
313 * The phHciNfc_Stop_Discovery function Stops the Polling Wheel.
337 * The phHciNfc_Configure function Configures Configures the Polling Wheel to
381 * polling the SmartMX Device.
498 * \param[in] re_poll If True: Start re-polling of the target
  /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
  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcTag.java 65 // Restart the polling loop if the tag is not here any more
67 Log.d(TAG, "Tag lost, restarting polling loop");
  /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() */
  /external/qemu/android/
android.h 58 /* 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 65 * By default, strength polling is enabled. However, if we're
67 * value to true and don't bother polling any more.
  /system/media/opensles/libopensles/
sync.c 33 // FIXME should be driven by cond_signal rather than polling,
  /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/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) */
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 196 int polling; member in struct:client
236 client->polling = 0;
322 if (client->polling) {
324 client->polling = 0;
539 client->polling = 0;
571 client->polling = 1;
584 if (client->polling) {
586 client->polling = 0;
  /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 */

Completed in 7353 milliseconds

1 2 3 4 5 6 7 8 91011