OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:polling
(Results
26 - 50
of
237
) sorted by null
1
2
3
4
5
6
7
8
9
10
/hardware/broadcom/wlan/bcm4329/src/include/
bcmsdstd.h
115
bool polled_mode; /*
polling
for command completion */
120
/*
polling
hack in wl_linux.c:wl_timer() */
/external/bluetooth/glib/docs/reference/glib/tmpl/
iochannels.sgml
139
watching (
polling
) it, you shouldn't call read() on the file
140
descriptor. This is because adding
polling
for a file descriptor is
163
Polling
a #GSource created to watch a channel for a socket
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c
28
Implements keyboard setup, event pump and keyboard and mouse
polling
90
/* Current implementation requires keyboard and mouse
polling
*/
254
/* Share routine between WIMP and FULLSCREEN for
polling
mouse and
/external/grub/netboot/
via-rhine.c
136
#define CR0_RDMD 0x40 /* rx descriptor
polling
demand */
137
#define CR0_TDMD 0x20 /* tx descriptor
polling
demand */
153
#define CR1_DPOLL 0x08 /* disable rx/tx auto
polling
*/
162
#define CR_RDMD 0x0040 /* rx descriptor
polling
demand */
163
#define CR_TDMD 0x0020 /* tx descriptor
polling
demand */
173
#define CR_DPOLL 0x0800 /* disable rx/tx auto
polling
*/
/external/bluetooth/glib/gio/
gdrive.c
285
* Checks if the @drive has media. Note that the OS may not be
polling
451
_("drive doesn't implement
polling
for media"));
gdrive.h
53
* @can_poll_for_media: Returns %TRUE if the #GDrive is capable of manually
polling
for media change.
/external/kernel-headers/original/linux/
if_vlan.h
154
unsigned short vlan_tag, int
polling
)
199
return (
polling
? netif_receive_skb(skb) : netif_rx(skb));
wanrouter.h
149
unsigned t392; /*
polling
verification timer */
150
unsigned n391; /* full status
polling
cycle counter */
222
char read_mode; /* read mode:
Polling
or interrupt */
487
char read_mode; /* read mode:
Polling
or interrupt */
/external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c
365
/* Lock the event queue - prevent joystick
polling
*/
403
/* Stop the event
polling
*/
/external/dnsmasq/dbus/
DBus-interface
13
every 250ms until a connection is established. Start of
polling
and final
/external/opencore/oscl/oscl/osclio/src/
oscl_socket_tuneables.h
94
** in the PV socket server thread for the
polling
select loop implementation.
/external/qemu/distrib/sdl-1.2.12/include/
SDL_joystick.h
109
* Enable/disable joystick event
polling
.
/external/qemu/
sysemu.h
74
/*
Polling
handling */
/external/webkit/WebKit/chromium/src/js/
ProfilerAgent.js
50
* Interval for
polling
profiler state.
/frameworks/base/core/java/android/net/
ThrottleManager.java
32
* Broadcast each
polling
period to indicate new data counts.
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h
55
#define ACX_INTR_INIT_COMPLETE BIT_1 /* Init sequence is done (masked interrupt, detection through
polling
only ) */
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_joystick.h
109
* Enable/disable joystick event
polling
.
/prebuilt/linux-x86/sdl/include/SDL/
SDL_joystick.h
109
* Enable/disable joystick event
polling
.
/prebuilt/windows/sdl/host/include/SDL/
SDL_joystick.h
113
* Enable/disable joystick event
polling
.
/prebuilt/windows/sdl/include/SDL/
SDL_joystick.h
109
* Enable/disable joystick event
polling
.
/system/core/libnetutils/
dhcp_utils.c
32
/* when
polling
for property values */
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/
txXfer.h
99
UINT32 hwStatusReadLoopCount; /* Count loops of HW status
polling
to detect endless loop. */
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_host_int.h
55
#define ACX_INTR_INIT_COMPLETE BIT_1 /* Init sequence is done (masked interrupt, detection through
polling
only ) */
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c
295
* \brief WLAN IRQ
polling
handler - for debug!
297
* A debug option to catch the WLAN events in
polling
instead of interrupts.
936
* Initialize interrupts (or
polling
mode for debug):
939
/* Debug mode:
Polling
(the timer is started by HwInit process) */
1025
/* Release the driver interrupt (or
polling
timer) */
[
all
...]
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c
294
* \brief WLAN IRQ
polling
handler - for debug!
296
* A debug option to catch the WLAN events in
polling
instead of interrupts.
908
* Initialize interrupts (or
polling
mode for debug):
911
/* Debug mode:
Polling
(the timer is started by HwInit process) */
987
/* Release the driver interrupt (or
polling
timer) */
Completed in 1253 milliseconds
1
2
3
4
5
6
7
8
9
10