/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
commonTypes.h | 468 TNET_WAKE_ON_BEACON, /**< Indicate the wake on event of the HW - beacon. 472 TNET_WAKE_ON_DTIM, /**< Indicate the wake on event of the HW - DTIM. In this event 476 TNET_WAKE_ON_N_BEACON, /**< Indicate the wake on event of the HW - listen interval. 481 TNET_WAKE_ON_N_DTIM, /**< Indicate the wake on event of the HW - listen interval. 486 TNET_WAKE_ON_HOST /**< Indicate the wake on event of the HW - Host access only [all...] |
/dalvik/vm/alloc/ |
HeapWorker.c | 409 * Wake up the heap worker to let it know that there's work to be done. 440 /* Wake up the heap worker and wait for it to finish. */ 493 /* Don't wake up the thread just to tell it to cancel.
|
/dalvik/vm/jdwp/ |
JdwpMain.c | 120 * when we wake up. 273 /* wake anybody who was waiting for us to succeed */ 304 /* wake anybody who's waiting for us */
|
JdwpSocket.c | 209 /* clear these out so it doesn't wake up and try to reuse them */ 703 * so we can't rely on that to wake us up (it works for read() 724 LOGE("Exit wake set, but not exiting?\n"); 726 LOGD("Got wake-up signal, bailing out of select\n");
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
SMSDispatcher.java | 147 /** Wake lock to ensure device stays awake while dispatching the SMS intent. */ 151 * Hold the wake lock for 5 seconds, which should be enough time for 152 * any receiver(s) to grab its own wake lock. 412 * Grabs a wake lock and sends intent as an ordered broadcast. 420 // Hold a wake lock for WAKE_LOCK_TIMEOUT seconds, enough to give any 421 // receivers time to take their own wake locks. [all...] |
/cts/tools/host/src/com/android/cts/ |
DeviceManager.java | 375 tt.interrupt(); // wake timeout thread 399 // destroy process and wake up thread waiting for its completion
|
/external/kernel-headers/original/linux/ |
irq.h | 82 * @set_wake: enable/disable power-management wake-on of an IRQ 152 unsigned int wake_depth; /* nested wake enables */
|
/frameworks/base/core/java/android/net/http/ |
HttpsConnection.java | 332 // we wake up the thread and abort the request. This is 381 // wake up the network thread
|
/hardware/libhardware/include/hardware/ |
sensors.h | 354 int (*wake)(struct sensors_control_device_t *dev); member in struct:sensors_control_device_t 386 * sensors_control_device_t.wake() is called and -errno on error
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 218 // Will wake in 100, and every 500 run again
|
/development/pdk/docs/porting/ |
intro_source_code.jd | 32 <li>Android Alarm: A driver which provides timers that can wake the device up from sleep and a monotonic timebase that runs while the device is asleep.</li>
|
/device/htc/passion-common/tools/ |
btconfig.c | 42 0x01, // WAKE active high
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
WaitingThread.java | 187 // It probably isn't, but just in case: wake all, not just one.
|
/external/iproute2/include/netinet/ |
tcp.h | 48 #define TCP_DEFER_ACCEPT 9 /* Wake up listener only when data arrive */
|
/external/kernel-headers/original/asm-x86/ |
semaphore_32.h | 157 * Note! This is subtle. We jump to wake people up only if
|
/external/qemu/distrib/sdl-1.2.12/src/thread/ |
SDL_thread.c | 198 /* Wake up the parent thread */
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
SDL_thread.c | 183 /* Wake up the parent thread */
|
/frameworks/base/cmds/runtime/ |
SignalHandler.cpp | 244 // Wake up the processing thread.
|
/frameworks/base/include/ui/ |
KeycodeLabels.h | 225 { "WAKE", 0x00000001 },
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.h | 199 String8 mName; // string used by wake lock fo delayed commands
|
/frameworks/policies/base/mid/com/android/internal/policy/impl/ |
PowerDialog.java | 150 // the the up action will cause the device to wake back up.
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PowerDialog.java | 154 // the the up action will cause the device to wake back up.
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdspi_linux.c | 80 /* For local interrupts, wake the waiting process */
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
spid.h | 69 #define WAKE_UP 0x80 /* 0/1 Wake-up command from Host to WLAN */
|
/packages/apps/Gallery/src/com/android/camera/ |
BitmapManager.java | 120 // Wake up threads in waiting list
|