/external/ping/ |
ping_common.h | 14 #include <sys/poll.h>
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_joystick.h | 143 * Get the ball axis change since the last poll
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/ |
SDL_sysjoystick.c | 141 /* Function to update the state of a joystick - called as a device poll.
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/ |
SDL_bejoystick.cc | 141 /* Function to update the state of a joystick - called as a device poll.
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/dc/ |
SDL_sysjoystick.c | 107 /* Function to update the state of a joystick - called as a device poll.
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/riscos/ |
SDL_sysjoystick.c | 109 /* Function to update the state of a joystick - called as a device poll.
|
/external/strace/ |
stream.c | 35 #include <poll.h> 38 #include <sys/poll.h> 343 printflags(pollflags, fds.events, "POLL???"); 346 printflags(pollflags, fds.revents, "POLL???");
|
/external/tcpdump/ |
ieee802_11.h | 101 * bits - CF-Ack, CF-Poll, Null (means the frame doesn't actually have
|
/frameworks/base/common/java/com/android/common/ |
NetworkConnectivityListener.java | 36 * (or poll ConnectivityManager) directly.
|
/frameworks/base/core/java/android/content/ |
IContentService.aidl | 59 * Get the frequency of the periodic poll, if any.
|
/frameworks/base/core/jni/ |
android_hardware_SensorManager.cpp | 152 int res = sSensorDevice->poll(sSensorDevice, &data);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewPopup.java | 34 // number of times to poll when checking expected UI state
|
/hardware/ti/wlan/wl1271/Test/ |
qosMngrDbg.c | 105 WLAN_OS_REPORT(("PS POLL Modes:\n"));
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
PowerMgr.h | 93 TI_HANDLE hPsPollFailureTimer; /**< Handle to ps-poll failure timer */
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
ImageListUber.java | 124 MergeSlot slot = mQueue.poll();
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ComposeMessageActivityTests.java | 151 // Now poll while watching the adapter to see if the message got sent
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_joystick.h | 143 * Get the ball axis change since the last poll
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_joystick.h | 143 * Get the ball axis change since the last poll
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_joystick.h | 147 * Get the ball axis change since the last poll
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_joystick.h | 143 * Get the ball axis change since the last poll
|
/system/bluetooth/tools/ |
socktest.c | 33 #include <sys/poll.h> 315 printf("%ld: poll(", pthread_self()); 318 ret = poll(ufds, nfds, timeout); 319 printf("%ld: poll() = %d\n", pthread_self(), ret);
|
/system/netd/ |
TetherController.cpp | 134 args[3] = (char *)"--no-poll";
|
/system/vold/ |
Process.cpp | 26 #include <poll.h>
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterQOS.h | 48 1 = use PS-Poll frames 132 voice call. The polling is either PS-Poll (for legacy PS) or 134 Null-Data frame is sent after the PS-Poll to activate the 398 mode can be either PS-Poll Legacy or UPSD.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/ |
PowerMgr.h | 101 TI_HANDLE hPsPollFailureTimer; /**< Handle to ps-poll failure timer */
|